Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65D4ECC81 for ; Thu, 20 Jun 2013 01:17:25 +0000 (UTC) Received: (qmail 18891 invoked by uid 500); 20 Jun 2013 01:17:23 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 18822 invoked by uid 500); 20 Jun 2013 01:17:23 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 18697 invoked by uid 99); 20 Jun 2013 01:17:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 01:17:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D818B81C39A; Thu, 20 Jun 2013 01:17:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: edison@apache.org To: commits@cloudstack.apache.org Date: Thu, 20 Jun 2013 01:17:30 -0000 Message-Id: <64c5db6d27fd40a69bf7fa98fbe02783@git.apache.org> In-Reply-To: <5768606a320f457c9d9537f862890850@git.apache.org> References: <5768606a320f457c9d9537f862890850@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/51] [abbrv] git commit: updated refs/heads/object_store to 9aec9c6 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/f2e6abab Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f2e6abab Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f2e6abab Branch: refs/heads/object_store Commit: f2e6ababababd917137948b4638ffee6cd2f0432 Parents: 0dd4551 Author: Wei Zhou Authored: Tue Jun 18 17:50:07 2013 +0200 Committer: Wei Zhou Committed: Tue Jun 18 17:50:07 2013 +0200 ---------------------------------------------------------------------- ui/scripts/docs.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f2e6abab/ui/scripts/docs.js ---------------------------------------------------------------------- diff --git a/ui/scripts/docs.js b/ui/scripts/docs.js index 48db443..5aa352a 100755 --- a/ui/scripts/docs.js +++ b/ui/scripts/docs.js @@ -231,7 +231,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: { @@ -482,7 +482,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: { @@ -699,7 +699,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: {