mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5231: add helper messages for DynamicallyScalable and Routing
This commit is contained in:
parent
386ee6bf34
commit
8e580cc411
|
|
@ -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.',
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue