From 8b4a0adcee55e39cbfd234415afc6fee050466d6 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 21 Sep 2010 15:06:54 -0400 Subject: rolegroups to config tab --- install/static/webui.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'install') 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) */ -- cgit