From cf161509e53b3b46a9b911840a6796427c263781 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 22 Jul 2011 15:39:16 -0400 Subject: move dns to identity tab fix JSL warning --- install/ui/webui.js | 8 ++++---- 1 file 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'}, -- cgit