summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/static/webui.js5
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) */