mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7562: Details page for disk offerings only show details for write performance
-Fixed all related typos
Signed-off-by: Brian Federle <brian.federle@citrix.com>
(cherry picked from commit dbb70fadc0)
This commit is contained in:
parent
f456cda8cc
commit
4fd0799d30
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue