diff options
author | Adam Young <ayoung@redhat.com> | 2010-11-29 14:26:55 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2010-12-01 15:21:02 -0500 |
commit | 47d61e6cabc7a9053a7878ea3b8676ad59415f39 (patch) | |
tree | cdad5adb403a04ee7549248bf20bcdc31d017a4f /install/static/webui.js | |
parent | 20b1e0a75ec832d906e7f66d2b306aabdce03901 (diff) | |
download | freeipa-47d61e6cabc7a9053a7878ea3b8676ad59415f39.tar.gz freeipa-47d61e6cabc7a9053a7878ea3b8676ad59415f39.tar.xz freeipa-47d61e6cabc7a9053a7878ea3b8676ad59415f39.zip |
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
Diffstat (limited to 'install/static/webui.js')
-rw-r--r-- | install/static/webui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/webui.js b/install/static/webui.js index 0e3adb27d..4b2156c01 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} ]}, |