summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'},