mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added checkbox to remove hosts from DNS.
A custom deleter dialog for hosts has been added to provide an option whether to remove the hosts from DNS. Ticket #1470
This commit is contained in:
committed by
Adam Young
parent
bc4e97e191
commit
6d14331a05
@@ -631,7 +631,7 @@ IPA.deleter_dialog = function (spec) {
|
||||
};
|
||||
|
||||
that.set_values = function(values) {
|
||||
that.values = that.values.concat(values);
|
||||
that.values = values;
|
||||
};
|
||||
|
||||
that.create = function() {
|
||||
@@ -678,5 +678,7 @@ IPA.deleter_dialog = function (spec) {
|
||||
that.dialog_open(container);
|
||||
};
|
||||
|
||||
that.deleter_dialog_create = that.create;
|
||||
|
||||
return that;
|
||||
};
|
||||
|
Reference in New Issue
Block a user