You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/06/05 23:01:01 UTC

git commit: CS-14805: Add MB/s indicator to network rate label

Updated Branches:
  refs/heads/3.0.x 8a8736cba -> d4447cc22


CS-14805: Add MB/s indicator to network rate label


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

Branch: refs/heads/3.0.x
Commit: d4447cc229717e3b47111ae111f3ca187968d55a
Parents: 8a8736c
Author: Brian Federle <br...@citrix.com>
Authored: Tue Jun 5 14:00:01 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Jun 5 14:00:40 2012 -0700

----------------------------------------------------------------------
 .../WEB-INF/classes/resources/messages.properties  |    1 +
 ui/index.jsp                                       |    1 +
 ui/scripts/configuration.js                        |    2 +-
 3 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d4447cc2/client/WEB-INF/classes/resources/messages.properties
----------------------------------------------------------------------
diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties
index 7b0f264..eda69df 100644
--- a/client/WEB-INF/classes/resources/messages.properties
+++ b/client/WEB-INF/classes/resources/messages.properties
@@ -1,4 +1,5 @@
 #new labels (begin) **********************************************************************************************
+label.network.rate.megabytes=Network Rate (MB/s)
 label.action.enable.physical.network=Enable physical network
 label.action.disable.physical.network=Disable physical network
 message.action.enable.physical.network=Please confirm that you want to enable this physical network.

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d4447cc2/ui/index.jsp
----------------------------------------------------------------------
diff --git a/ui/index.jsp b/ui/index.jsp
index 3414a86..c1fb74c 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -1652,6 +1652,7 @@
 
 <script language="javascript">
 dictionary = {
+'label.network.rate.megabytes': '<fmt:message key="label.network.rate.megabytes"/>',
 'message.setup.physical.network.during.zone.creation.basic': '<fmt:message key="message.setup.physical.network.during.zone.creation.basic"/>',
 'label.traffic.label': '<fmt:message key="label.traffic.label"/>',
 'label.management.ips': '<fmt:message key="label.management.ips"/>',

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d4447cc2/ui/scripts/configuration.js
----------------------------------------------------------------------
diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js
index 92c0d49..fc1b3a4 100644
--- a/ui/scripts/configuration.js
+++ b/ui/scripts/configuration.js
@@ -1164,7 +1164,7 @@
 
                   displayText: { label: 'label.description', validation: { required: true } },
 
-                  networkRate: { label: 'label.network.rate' },
+                  networkRate: { label: 'label.network.rate.megabytes' },
 
 									/*
                   trafficType: {