mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user