mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Endi S. Dewata
parent
fa32699dbf
commit
84019af3f1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user