From 47d61e6cabc7a9053a7878ea3b8676ad59415f39 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 29 Nov 2010 14:26:55 -0500 Subject: action panel sibling added function to get sibling entities from the tab set. remove explicit sibling code from entity pages Modified the Label fields on HBAC and SUDO to make them appear cleaner in the UI --- install/static/webui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/webui.js') diff --git a/install/static/webui.js b/install/static/webui.js index 0e3adb27..4b2156c0 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -38,7 +38,7 @@ var admin_tab_set = [ {name:'hbacsvc', setup: ipa_entity_setup}, {name:'hbacsvcgroup', setup: ipa_entity_setup} ]}, - {name:'sudorule', setup: ipa_entity_setup,children:[ + {name:'sudorule', label:'SUDO', setup: ipa_entity_setup,children:[ {name:'sudocmd', setup: ipa_entity_setup}, {name:'sudocmdgroup', setup: ipa_entity_setup} ]}, -- cgit