mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
parent
2a1793283a
commit
fad6c7514f
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user