mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
rolegroups to config tab
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user