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
(cherry picked from commit ab1df169f2)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
94b5e27a23
commit
877c07e126
|
|
@ -1154,7 +1154,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: {
|
||||
|
|
@ -1195,7 +1195,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