mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2987: UI > Templates menu > register template action: add Dynamically Scalable field.
This commit is contained in:
parent
29a31708d5
commit
f7f826d4f5
|
|
@ -275,6 +275,11 @@
|
|||
isBoolean: true
|
||||
},
|
||||
|
||||
isdynamicallyscalable: {
|
||||
label: "Dynamically Scalable",
|
||||
isBoolean: true
|
||||
},
|
||||
|
||||
isPublic: {
|
||||
label: "label.public",
|
||||
docID: 'helpRegisterTemplatePublic',
|
||||
|
|
@ -300,6 +305,7 @@
|
|||
format: args.data.format,
|
||||
isextractable: (args.data.isExtractable=="on"),
|
||||
passwordEnabled: (args.data.isPasswordEnabled=="on"),
|
||||
isdynamicallyscalable: (args.data.isdynamicallyscalable=="on"),
|
||||
osTypeId: args.data.osTypeId,
|
||||
hypervisor: args.data.hypervisor
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue