You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/07/10 20:11:30 UTC

git commit: updated refs/heads/master to f7f826d

Updated Branches:
  refs/heads/master 29a31708d -> f7f826d4f


CLOUDSTACK-2987: UI > Templates menu > register template action: add Dynamically Scalable field.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f7f826d4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f7f826d4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f7f826d4

Branch: refs/heads/master
Commit: f7f826d4f516144069e26b3bb112e8c22414123e
Parents: 29a3170
Author: Jessica Wang <je...@apache.org>
Authored: Wed Jul 10 11:10:01 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Wed Jul 10 11:11:20 2013 -0700

----------------------------------------------------------------------
 ui/scripts/templates.js | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f7f826d4/ui/scripts/templates.js
----------------------------------------------------------------------
diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js
index 00a28cd..61a524e 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
 								};