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

@@ -602,9 +602,13 @@ IPA.table_facet = function(spec) {
batch.execute();
};
that.get_selected_values = function() {
return that.table.get_selected_values();
};
that.select_changed = function() {
that.selected_values = that.table.get_selected_values();
that.selected_values = that.get_selected_values();
if (that.remove_button) {
if (that.selected_values.length === 0) {