From dcb796df6e92b71ba22667f13b7801014f63e07e Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 25 Jan 2011 21:58:49 -0500 Subject: dns visible if enabled use the result of the is_dns_enabled command to show or hid the dns tab Also, Javascript lint cleanup from recent patches. --- install/ui/ipa.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/ipa.js') diff --git a/install/ui/ipa.js b/install/ui/ipa.js index 5e22b2c3f..725bf17c5 100644 --- a/install/ui/ipa.js +++ b/install/ui/ipa.js @@ -95,6 +95,7 @@ var IPA = ( function () { that.messages = data.result.results[1].messages; that.whoami = data.result.results[2].result[0]; that.env = data.result.results[3].result; + that.dns_enabled = data.result.results[4].result; if (on_success) { on_success(data, text_status, xhr); } -- cgit