From 84019af3f12a5c8a908e7ca52a8d678e21184dce Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Mon, 21 Nov 2011 18:58:38 -0600 Subject: Added external fields for HBAC Test. A text field has been added for specifying external user, host, and service for HBAC testing. Ticket #388 --- install/ui/widget.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 0b358156..ef2c6eb6 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1413,6 +1413,7 @@ IPA.table_widget = function (spec) { that.table_set_enabled = that.set_enabled; that.table_set_page = that.set_page; that.table_show_error = that.show_error; + that.table_set_values = that.set_values; return that; }; -- cgit