From f7f826d4f516144069e26b3bb112e8c22414123e Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 10 Jul 2013 11:10:01 -0700 Subject: [PATCH] CLOUDSTACK-2987: UI > Templates menu > register template action: add Dynamically Scalable field. --- ui/scripts/templates.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index 00a28cd707b..61a524e4d75 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -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 };