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/widget.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 221adb0d..63b2c549 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1257,7 +1257,15 @@ IPA.table_widget = function (spec) { $('input[name="'+that.name+'"]', that.thead).attr('checked', false). attr('title', IPA.messages.search.select_all); $('input[name="'+that.name+'"]', that.tbody).attr('checked', false); + that.select_changed(); + }; + that.set_values = function(values) { + $('input[name="'+that.name+'"]', that.tbody).attr('checked', false); + for (var i=0; values && i