mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1359: add UI information about GB definition
This commit is contained in:
parent
d38b6f5f1e
commit
e86c7a2a9a
|
|
@ -336,7 +336,7 @@ cloudStack.docs = {
|
|||
externalLink: ''
|
||||
},
|
||||
helpDiskOfferingDiskSize: {
|
||||
desc: 'Appears only if Custom Disk Size is not selected. Define the volume size in GB.',
|
||||
desc: 'Appears only if Custom Disk Size is not selected. Define the volume size in GB. (1GB = 1,073,741,824 bytes)',
|
||||
externalLink: ''
|
||||
},
|
||||
helpDiskOfferingDiskBytesReadRate: {
|
||||
|
|
@ -1019,6 +1019,10 @@ cloudStack.docs = {
|
|||
desc: 'Choose the characteristics of the storage.',
|
||||
externalLink: ''
|
||||
},
|
||||
helpVolumeSizeGb: {
|
||||
desc: 'Volume size in GB (1GB = 1,073,741,824 bytes)',
|
||||
externalLink: ''
|
||||
},
|
||||
// Add VPC
|
||||
helpVPCName: {
|
||||
desc: 'A name for the new VPC',
|
||||
|
|
|
|||
|
|
@ -169,6 +169,7 @@
|
|||
,
|
||||
diskSize: {
|
||||
label: 'label.disk.size.gb',
|
||||
docID: 'helpVolumeSizeGb',
|
||||
validation: {
|
||||
required: true,
|
||||
number: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue