mirror of https://github.com/apache/cloudstack.git
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:
parent
43a0989230
commit
38213b72da
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue