summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-11-21 18:58:38 -0600
committerEndi S. Dewata <edewata@redhat.com>2011-12-07 15:33:23 +0000
commit84019af3f12a5c8a908e7ca52a8d678e21184dce (patch)
treefa2e4321e6949b3670b82acafbc9ebb4ec00c25e /install/ui/widget.js
parentfa32699dbf1c509125e6a39e22b89c58fd1d5078 (diff)
downloadfreeipa.git-84019af3f12a5c8a908e7ca52a8d678e21184dce.tar.gz
freeipa.git-84019af3f12a5c8a908e7ca52a8d678e21184dce.tar.xz
freeipa.git-84019af3f12a5c8a908e7ca52a8d678e21184dce.zip
Added external fields for HBAC Test.
A text field has been added for specifying external user, host, and service for HBAC testing. Ticket #388
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js1
1 files changed, 1 insertions, 0 deletions
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;
};