You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2013/06/18 17:51:05 UTC

git commit: updated refs/heads/4.1 to 9bfccf5

Updated Branches:
  refs/heads/4.1 025f682e9 -> 9bfccf529


CLOUDSTACK-3055: change data transfer rate unit from MB to Mb in service/network offerings


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

Branch: refs/heads/4.1
Commit: 9bfccf529395889d591fac55575f72b6ae6d490a
Parents: 025f682
Author: Wei Zhou <w....@leaseweb.com>
Authored: Tue Jun 18 17:50:07 2013 +0200
Committer: Wei Zhou <w....@leaseweb.com>
Committed: Tue Jun 18 17:50:57 2013 +0200

----------------------------------------------------------------------
 ui/scripts/docs.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9bfccf52/ui/scripts/docs.js
----------------------------------------------------------------------
diff --git a/ui/scripts/docs.js b/ui/scripts/docs.js
index 5a38613..557870e 100755
--- a/ui/scripts/docs.js
+++ b/ui/scripts/docs.js
@@ -119,7 +119,7 @@ cloudStack.docs = {
   externalLink: ''
   },
   helpComputeOfferingNetworkRate: {
-  desc: 'Allowed data transfer rate in MB per second',
+  desc: 'Allowed data transfer rate in megabits(Mb) per second',
   externalLink: ''
   },
   helpComputeOfferingHA: {
@@ -370,7 +370,7 @@ cloudStack.docs = {
   externalLink: ''
   },
   helpNetworkOfferingNetworkRate: {
-  desc: 'Allowed data transfer rate in MB per second',
+  desc: 'Allowed data transfer rate in megabits(Mb) per second',
   externalLink: ''
   },
   helpNetworkOfferingTrafficType: {
@@ -587,7 +587,7 @@ cloudStack.docs = {
   externalLink: ''
   },
   helpSystemOfferingNetworkRate: {
-  desc: 'Allowed data transfer rate in MB per second',
+  desc: 'Allowed data transfer rate in megabits(Mb) per second',
   externalLink: ''
   },
   helpSystemOfferingHA: {