From 2606f98f39d81a0a50e608418c27a84a92136670 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 20 Sep 2010 17:05:22 -0400 Subject: Rolegroups tab. The Makefile.am and index.xhtml has been modified to include rolegroup.js. The webui.js has been modified to register the rolegroup tab. The rolegroup.js defines the rolegroup's search, add, and details pages. Sample data for some rolegroup operations have been added. --- install/static/webui.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/static/webui.js') diff --git a/install/static/webui.js b/install/static/webui.js index 9aaa21d6..5e93e181 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -29,6 +29,7 @@ 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] -- cgit