mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1667: Make a better description of the extractable flag
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> This closes #245
This commit is contained in:
parent
d75ce3f5cd
commit
ab1df169f2
|
|
@ -1168,7 +1168,7 @@ cloudStack.docs = {
|
|||
externalLink: ''
|
||||
},
|
||||
helpRegisterISOExtractable: {
|
||||
desc: 'Whether the ISO is extractable or not',
|
||||
desc: 'Whether the ISO is downloadable by users or not',
|
||||
externalLink: ''
|
||||
},
|
||||
helpRegisterISOPublic: {
|
||||
|
|
@ -1209,7 +1209,7 @@ cloudStack.docs = {
|
|||
externalLink: ''
|
||||
},
|
||||
helpRegisterTemplateExtractable: {
|
||||
desc: 'Whether the template is extractable or not',
|
||||
desc: 'Whether the template is downloadable by users or not',
|
||||
externalLink: ''
|
||||
},
|
||||
helpRegisterTemplateDynamicallyScalable: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue