From fad6c7514f23b3785818771cd1d3e626af7274b9 Mon Sep 17 00:00:00 2001 From: Gabor Apati-Nagy Date: Tue, 4 Nov 2014 11:42:15 +0000 Subject: [PATCH] CLOUDSTACK-7838: UI - Update category names on Resources tab of a Zone -Changed wording: "Storage" -> "Primary Storage Used", "CPU" -> "CPU allocated", Memory -> "Memory Allocated" --- ui/scripts/ui-custom/zoneChart.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/scripts/ui-custom/zoneChart.js b/ui/scripts/ui-custom/zoneChart.js index ac3c0e475a5..989c4c24143 100644 --- a/ui/scripts/ui-custom/zoneChart.js +++ b/ui/scripts/ui-custom/zoneChart.js @@ -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')