rolegroups to config tab

This commit is contained in:
Adam Young
2010-09-21 15:06:54 -04:00
parent 2606f98f39
commit 8b4a0adcee

View File

@@ -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) */