CLOUDSTACK-7838: UI - Update category names on Resources tab of a Zone -Changed wording: "Storage" -> "Primary Storage Used", "CPU" -> "CPU allocated", Memory -> "Memory Allocated"

This commit is contained in:
Gabor Apati-Nagy 2014-11-04 11:42:15 +00:00 committed by Brian Federle
parent 2a1793283a
commit fad6c7514f

View File

@ -355,13 +355,13 @@
var chartItems = {
// The keys are based on the internal type ID associated with each capacity
0: {
name: _l('label.memory')
name: _l('label.memory.allocated')
},
1: {
name: _l('label.cpu')
name: _l('label.cpu.allocated')
},
2: {
name: _l('label.storage')
name: _l('label.primary.used')
},
3: {
name: _l('label.primary.allocated')