From 2203bb650ce4730832cb9799be0ea1b855c07170 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 16 Nov 2011 21:07:20 -0600 Subject: Added HBAC Test page. This is the initial implementation of HBAC Test page. Currently it can select user, source/target group, service, rules, and execute the test. Other functionalities to be implemented include the search filter, external users/hosts, back/next buttons, validation, styling, and internalization. Ticket #388 --- install/ui/webui.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/ui/webui.js') diff --git a/install/ui/webui.js b/install/ui/webui.js index 6490a446..4ceb705e 100644 --- a/install/ui/webui.js +++ b/install/ui/webui.js @@ -52,7 +52,8 @@ IPA.admin_navigation = function(spec) { {name: 'hbac', label: IPA.messages.tabs.hbac, children: [ {entity: 'hbacrule'}, {entity: 'hbacsvc'}, - {entity: 'hbacsvcgroup'} + {entity: 'hbacsvcgroup'}, + {entity: 'hbactest'} ]}, {name: 'sudo', label: IPA.messages.tabs.sudo, children: [ {entity: 'sudorule'}, -- cgit