mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
CS-15388: Fix labels
Labels for CPU/Mem (as found in compute offering window) are missing the required values for CPU and RAM Original patch by: Pranav Saxena <pranav.saxena@citrix.com> reviewed-by: Brian Federle <brian.federle@citrix.com>
This commit is contained in:
parent
54203f08ad
commit
093af8a6a9
@ -7,8 +7,8 @@ message.action.disable.physical.network=Please confirm that you want to disable
|
||||
|
||||
|
||||
#modified labels (begin) *****************************************************************************************
|
||||
|
||||
|
||||
label.memory.mb=Memory (in MB)
|
||||
label.cpu.mhz=CPU (in MHz)
|
||||
#modified labels (end) *******************************************************************************************
|
||||
|
||||
|
||||
@ -903,7 +903,6 @@ label.code=Code
|
||||
label.confirmation=Confirmation
|
||||
label.cpu.allocated.for.VMs=CPU Allocated for VMs
|
||||
label.cpu.allocated=CPU Allocated
|
||||
label.cpu.mhz=CPU
|
||||
label.cpu.utilized=CPU Utilized
|
||||
label.cpu=CPU
|
||||
label.created=Created
|
||||
@ -1023,7 +1022,6 @@ label.lun=LUN
|
||||
label.manage=Manage
|
||||
label.maximum=Maximum
|
||||
label.memory.allocated=Memory Allocated
|
||||
label.memory.mb=Memory
|
||||
label.memory.total=Memory Total
|
||||
label.memory.used=Memory Used
|
||||
label.memory=Memory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user