summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-25 21:58:49 -0500
committerAdam Young <ayoung@redhat.com>2011-01-26 10:07:21 -0500
commitdcb796df6e92b71ba22667f13b7801014f63e07e (patch)
tree0f6afa151f747ce54223253060fa0246c7921f8a /install/ui/entity.js
parentaa61337221ccef261dc483192e6acb3276e8cbee (diff)
downloadfreeipa-dcb796df6e92b71ba22667f13b7801014f63e07e.tar.gz
freeipa-dcb796df6e92b71ba22667f13b7801014f63e07e.tar.xz
freeipa-dcb796df6e92b71ba22667f13b7801014f63e07e.zip
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.
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index 34e34d6cf..e7fa6a7a3 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -434,7 +434,7 @@ IPA.nested_tabs = function(entity_name){
IPA.nested_tab_labels[entity_name] =
top_tab.children[subtab_index].label;
if (top_tab.children[subtab_index].children){
- label = top_tab.children[subtab_index].label
+ label = top_tab.children[subtab_index].label;
nested_entities = top_tab.children[subtab_index].children;
for ( nested_index = 0;
nested_index < nested_entities.length;