Added external fields for HBAC Test.

A text field has been added for specifying external user, host, and
service for HBAC testing.

Ticket #388
This commit is contained in:
Endi Sukma Dewata
2011-11-21 18:58:38 -06:00
committed by Endi S. Dewata
parent fa32699dbf
commit 84019af3f1
3 changed files with 127 additions and 53 deletions

View File

@@ -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;
};