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:
Endi S. Dewata
2011-07-19 13:46:09 -05:00
committed by Adam Young
parent bc4e97e191
commit 6d14331a05
4 changed files with 127 additions and 56 deletions

View File

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