bug 13636: add 'dedicated' checkbox back to Add F5 dialog.

This commit is contained in:
Jessica Wang 2012-02-21 11:36:31 -08:00
parent fc4c5f106f
commit 0682f3411b
1 changed files with 10 additions and 10 deletions

View File

@ -2524,12 +2524,12 @@
capacity: {
label: 'label.capacity',
validation: { required: false, number: true }
},
dedicated: {
label: 'label.dedicated',
isBoolean: true,
isChecked: false
}
// dedicated: {
// label: 'label.dedicated',
// isBoolean: true,
// isChecked: false
// }
}
},
action: function(args) {
@ -3951,12 +3951,12 @@
capacity: {
label: 'label.capacity',
validation: { required: false, number: true }
},
dedicated: {
label: 'label.dedicated',
isBoolean: true,
isChecked: false
}
// dedicated: {
// label: 'label.dedicated',
// isBoolean: true,
// isChecked: false
// }
}
},
action: function(args) {