From 8e580cc41184eac53969267234114d9d8ea23006 Mon Sep 17 00:00:00 2001 From: Yichi Lu Date: Thu, 21 Nov 2013 23:21:42 -0500 Subject: [PATCH] CLOUDSTACK-5231: add helper messages for DynamicallyScalable and Routing --- ui/scripts/docs.js | 8 ++++++++ ui/scripts/templates.js | 2 ++ 2 files changed, 10 insertions(+) diff --git a/ui/scripts/docs.js b/ui/scripts/docs.js index e898a969ebe..32237f318ea 100755 --- a/ui/scripts/docs.js +++ b/ui/scripts/docs.js @@ -1167,6 +1167,10 @@ cloudStack.docs = { desc: 'Whether the template is extractable or not', externalLink: '' }, + helpRegisterTemplateDynamicallyScalable: { + desc: 'Check this if the template contains XS/VMWare tools to support dynamic scaling of VM cpu/memory.', + externalLink: '' + }, helpRegisterTemplatePasswordEnabled: { desc: 'Check this if the template has the password change script installed.', externalLink: '' @@ -1179,6 +1183,10 @@ cloudStack.docs = { desc: 'Check this to make the template more prominent for users. The template will appear in the Featured Templates list.', externalLink: '' }, + helpRegisterTemplateRouting: { + desc: 'Check this if the template is used for deploying router.', + externalLink: '' + }, // Upload volume helpUploadVolumeName: { desc: 'A unique name for the volume. This will be visible to users, so choose something descriptive.', diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index f45c2d26927..1100646e4b3 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -423,6 +423,7 @@ isdynamicallyscalable: { label: "Dynamically Scalable", + docID: 'helpRegisterTemplateDynamicallyScalable', isBoolean: true }, @@ -441,6 +442,7 @@ }, isrouting: { label: 'label.routing', + docID: 'helpRegisterTemplateRouting', isBoolean: true, isHidden: true }