Fixed DNS zone adder dialog.

The DNS zone adder dialog has been modified to use radio buttons to
select whether to enter a zone name or a reverse zone IP network.

Ticket #1575
This commit is contained in:
Endi S. Dewata
2011-08-08 17:24:05 -05:00
parent 5681aea2af
commit 503470916c
2 changed files with 193 additions and 44 deletions

View File

@@ -259,6 +259,7 @@ IPA.dialog = function(spec) {
that.dialog_create = that.create;
that.dialog_open = that.open;
that.dialog_close = that.close;
that.dialog_save = that.save;
var fields = spec.fields || [];
for (var i=0; i<fields.length; i++) {