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 <[email protected]> Authored: Tue Jun 18 17:50:07 2013 +0200 Committer: Wei Zhou <[email protected]> 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: {
