mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CS-13904 : Labels for service offering CPU and memory not consistent
This commit is contained in:
parent
0dcaab2581
commit
78dc2ecf18
@ -868,7 +868,7 @@ label.code=Code
|
||||
label.confirmation=Confirmation
|
||||
label.cpu.allocated.for.VMs=CPU Allocated for VMs
|
||||
label.cpu.allocated=CPU Allocated
|
||||
label.cpu.mhz=CPU (in MHz)
|
||||
label.cpu.mhz=CPU
|
||||
label.cpu.utilized=CPU Utilized
|
||||
label.cpu=CPU
|
||||
label.created=Created
|
||||
@ -988,7 +988,7 @@ label.lun=LUN
|
||||
label.manage=Manage
|
||||
label.maximum=Maximum
|
||||
label.memory.allocated=Memory Allocated
|
||||
label.memory.mb=Memory (in MB)
|
||||
label.memory.mb=Memory
|
||||
label.memory.total=Memory Total
|
||||
label.memory.used=Memory Used
|
||||
label.memory=Memory
|
||||
|
||||
@ -285,9 +285,9 @@ cloudStack.converters = {
|
||||
return "";
|
||||
|
||||
if (hz < 1000) {
|
||||
return hz + " MHZ";
|
||||
return hz + " MHz";
|
||||
} else {
|
||||
return (hz / 1000).toFixed(2) + " GHZ";
|
||||
return (hz / 1000).toFixed(2) + " GHz";
|
||||
}
|
||||
},
|
||||
toDayOfWeekDesp: function(dayOfWeek) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user