You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pd...@apache.org on 2015/03/09 03:48:43 UTC

git commit: updated refs/heads/master to e86c7a2

Repository: cloudstack
Updated Branches:
  refs/heads/master d38b6f5f1 -> e86c7a2a9


CLOUDSTACK-1359: add UI information about GB definition


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e86c7a2a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e86c7a2a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e86c7a2a

Branch: refs/heads/master
Commit: e86c7a2a9aeb084db5a29b76df9ab50b7666e362
Parents: d38b6f5
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Sun Mar 8 22:48:28 2015 -0400
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Sun Mar 8 22:48:28 2015 -0400

----------------------------------------------------------------------
 ui/scripts/docs.js    | 6 +++++-
 ui/scripts/storage.js | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e86c7a2a/ui/scripts/docs.js
----------------------------------------------------------------------
diff --git a/ui/scripts/docs.js b/ui/scripts/docs.js
index 73c713f..b7f2668 100755
--- a/ui/scripts/docs.js
+++ b/ui/scripts/docs.js
@@ -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',

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e86c7a2a/ui/scripts/storage.js
----------------------------------------------------------------------
diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js
index 7b40153..ffef192 100644
--- a/ui/scripts/storage.js
+++ b/ui/scripts/storage.js
@@ -169,6 +169,7 @@
                                     ,
                                     diskSize: {
                                         label: 'label.disk.size.gb',
+                                        docID: 'helpVolumeSizeGb',
                                         validation: {
                                             required: true,
                                             number: true