Role groups should be under config tab, not identity, according to the UXD document.
>From 05c8bea83e651ec36553310703b0325cd9068912 Mon Sep 17 00:00:00 2001
From: Adam Young <[email protected]>
Date: Tue, 21 Sep 2010 15:06:54 -0400
Subject: [PATCH] rolegroups to config tab

---
 install/static/webui.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/install/static/webui.js b/install/static/webui.js
index 5e93e18..ee80140 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) */
-- 
1.7.1

_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to