diff options
author | Adam Young <ayoung@redhat.com> | 2010-09-21 15:06:54 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-09-21 16:25:46 -0400 |
commit | 8b4a0adcee55e39cbfd234415afc6fee050466d6 (patch) | |
tree | d5247adf27e409e4c68f74916ae6bdf9fc2b6a6f /install | |
parent | 2606f98f39d81a0a50e608418c27a84a92136670 (diff) | |
download | freeipa-8b4a0adcee55e39cbfd234415afc6fee050466d6.tar.gz freeipa-8b4a0adcee55e39cbfd234415afc6fee050466d6.tar.xz freeipa-8b4a0adcee55e39cbfd234415afc6fee050466d6.zip |
rolegroups to config tab
Diffstat (limited to 'install')
-rw-r--r-- | install/static/webui.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install/static/webui.js b/install/static/webui.js index 5e93e1816..ee801408e 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -29,10 +29,11 @@ var nav_tabs_lists = [ ['hostgroup', 'Hostgroups', ipa_entity_setup], ['netgroup', 'Netgroups', ipa_entity_setup], ['service', 'Services', ipa_entity_setup], - ['rolegroup', 'Rolegroups', ipa_entity_setup], ]], ['policy', 'POLICY', unimplemented_tab], - ['config', 'CONFIG', unimplemented_tab] + ['config', 'CONFIG', [ + ['rolegroup', 'Rolegroups', ipa_entity_setup] + ]] ]; /* main (document onready event handler) */ |