From 26abd05d5ece4ad03da5abdd3a25377594a54593 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 28 Mar 2012 17:53:17 +0200 Subject: Reworked netgroup Web UI to allow setting user/host category This patch is changing netgroup web ui to look more like hbac or sudo rule UI. This change allows to define and display user category, host category and external host. The core of the change is changing member attributes (user, group, host, hostgroup) to use rule_details_widget instead of separate association facets. In host case it allows to display and add external hosts. https://fedorahosted.org/freeipa/ticket/2578 --- install/ui/test/data/ipa_init.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 6eed01e9..7dc1344d 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -312,7 +312,18 @@ "identity": "Kerberos Ticket Policy" }, "netgroup": { - "identity": "Netgroup Settings" + "any_host": "Any Host", + "anyone": "Anyone", + "external": "External", + "host": "Host", + "hostgroups": "Host Groups", + "hosts": "Hosts", + "identity": "Netgroup Settings", + "specified_hosts": "Specified Hosts and Groups", + "specified_users": "Specified Users and Groups", + "user": "User", + "usergroups": "User Groups", + "users": "Users" }, "permission": { "identity": "Identity", -- cgit