summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-07-22 15:39:16 -0400
committerAdam Young <ayoung@redhat.com>2011-07-22 17:04:11 -0400
commitcf161509e53b3b46a9b911840a6796427c263781 (patch)
treee0f3a2f64f70dafa95ee3f9796d1127b49130bbe
parent7b73fa7bb030902626f2b74c328d68aa752727aa (diff)
downloadfreeipa-cf161509e53b3b46a9b911840a6796427c263781.tar.gz
freeipa-cf161509e53b3b46a9b911840a6796427c263781.tar.xz
freeipa-cf161509e53b3b46a9b911840a6796427c263781.zip
move dns to identity tab
fix JSL warning
-rw-r--r--install/ui/webui.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js
index 5e0063e34..05d3b1183 100644
--- a/install/ui/webui.js
+++ b/install/ui/webui.js
@@ -39,16 +39,16 @@ IPA.admin_navigation = function(spec) {
{entity: 'host'},
{entity: 'hostgroup'},
{entity: 'netgroup'},
- {entity: 'service'}
- ]},
- {name: 'policy', label: IPA.messages.tabs.policy, children: [
+ {entity: 'service'},
{name:'dns',
label: IPA.messages.tabs.dns,
children:[
{entity: 'dnszone', hidden:true},
{entity: 'dnsrecord', hidden:true}
]
- },
+ }
+ ]},
+ {name: 'policy', label: IPA.messages.tabs.policy, children: [
{name: 'hbac', label: IPA.messages.tabs.hbac, children: [
{entity: 'hbacrule'},
{entity: 'hbacsvc'},