From 9cb3a07acad861712f64ce3fc0d1157a32a72381 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 6 Oct 2010 17:24:58 -0400 Subject: policy and config Population of the policy and entites tabs. DNS and ACI are broken due to PLugin issues Fix for entities without search Added new files to Makefile.am used rolegroup.js file as the start point, renamed to serverconfig.js --- install/static/webui.js | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'install/static/webui.js') diff --git a/install/static/webui.js b/install/static/webui.js index 95809556..a53824bd 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -24,7 +24,7 @@ var admin_tab_set = [ - {name:'identity', label:'IDENTITY', children:[ + {name:'identity', children:[ {name:'user', label:'Users', setup: ipa_entity_setup}, {name:'group', label:'Groups', setup: ipa_entity_setup}, {name:'host', label:'Hosts', setup: ipa_entity_setup}, @@ -32,9 +32,18 @@ var admin_tab_set = [ {name:'netgroup', label:'Netgroups', setup: ipa_entity_setup}, {name:'service', label:'Services', setup: ipa_entity_setup} ]}, - {name:'policy', label:'POLICY', setup: unimplemented_tab}, - {name:'config', label:'CONFIG', children: [ - {name:'rolegroup', label:'Rolegroups', setup: ipa_entity_setup} + {name:'policy', children:[ + {name:'hbac', setup: ipa_entity_setup}, + {name:'dns', setup: ipa_entity_setup}, + {name:'automountlocation', setup: ipa_entity_setup}, + {name:'pwpolicy', setup: ipa_entity_setup}, + {name:'krbtpolicy', setup:ipa_details_only_setup} + ]}, + {name:'ipaserver', children: [ +// {name:'aci', setup: ipa_entity_setup}, + {name:'taskgroup', setup: ipa_entity_setup}, + {name:'rolegroup', label:'Rolegroups', setup: ipa_entity_setup}, + {name:'config', setup: ipa_details_only_setup} ]} ]; -- cgit