cloudStack 3.0 new UI - ISO page - create ISO - bootable checkbox is selected as default (with OS Type dropdown shown).

This commit is contained in:
Jessica Wang 2011-12-28 15:10:32 -08:00
parent 43a0989230
commit 38213b72da
1 changed files with 3 additions and 2 deletions

View File

@ -912,13 +912,14 @@
isBootable: {
label: "Bootable",
isBoolean: true
isBoolean: true,
isChecked: true
},
osTypeId: {
label: 'OS Type',
dependsOn: 'isBootable',
isHidden: true,
isHidden: false,
validation: { required: true },
select: function(args) {
$.ajax({