CLOUDSTACK-1359: add UI information about GB definition

This commit is contained in:
Pierre-Luc Dion 2015-03-08 22:48:28 -04:00
parent d38b6f5f1e
commit e86c7a2a9a
2 changed files with 6 additions and 1 deletions

View File

@ -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',

View File

@ -169,6 +169,7 @@
,
diskSize: {
label: 'label.disk.size.gb',
docID: 'helpVolumeSizeGb',
validation: {
required: true,
number: true