Fixed default map type in automount map adder dialog.

The adder dialog for automount map has been modified to select the
direct map by default.

Ticket #1698
This commit is contained in:
Endi S. Dewata
2011-08-23 20:45:06 -05:00
parent 1936b8050e
commit fcd927a126
3 changed files with 62 additions and 65 deletions

View File

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