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 2014/09/19 18:49:07 UTC

git commit: updated refs/heads/master to dbb70fa

Repository: cloudstack
Updated Branches:
  refs/heads/master 30611be15 -> dbb70fadc


CLOUDSTACK-7562: Details page for disk offerings only show details for write performance

-Fixed all related typos

Signed-off-by: Brian Federle <br...@citrix.com>


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

Branch: refs/heads/master
Commit: dbb70fadc0767974a7a87b4c5491ba9517ea1804
Parents: 30611be
Author: Gabor Apati-Nagy <ga...@citrix.com>
Authored: Tue Sep 16 18:15:58 2014 +0100
Committer: Brian Federle <br...@citrix.com>
Committed: Fri Sep 19 09:48:39 2014 -0700

----------------------------------------------------------------------
 ui/scripts/configuration.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dbb70fad/ui/scripts/configuration.js
----------------------------------------------------------------------
diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js
index 9b0086f..b6c94f8 100644
--- a/ui/scripts/configuration.js
+++ b/ui/scripts/configuration.js
@@ -1463,13 +1463,13 @@
                                         label: 'label.network.rate'
                                     },
                                     diskBytesReadRate: {
-                                        label: 'label.disk.bytes.write.rate'
+                                        label: 'label.disk.bytes.read.rate'
                                     },
                                     diskBytesWriteRate: {
                                         label: 'label.disk.bytes.write.rate'
                                     },
                                     diskIopsReadRate: {
-                                        label: 'label.disk.iops.write.rate'
+                                        label: 'label.disk.iops.read.rate'
                                     },
                                     diskIopsWriteRate: {
                                         label: 'label.disk.iops.write.rate'
@@ -2120,13 +2120,13 @@
                                         }
                                     },
                                     diskBytesReadRate: {
-                                        label: 'label.disk.bytes.write.rate'
+                                        label: 'label.disk.bytes.read.rate'
                                     },
                                     diskBytesWriteRate: {
                                         label: 'label.disk.bytes.write.rate'
                                     },
                                     diskIopsReadRate: {
-                                        label: 'label.disk.iops.write.rate'
+                                        label: 'label.disk.iops.read.rate'
                                     },
                                     diskIopsWriteRate: {
                                         label: 'label.disk.iops.write.rate'