mirror of https://github.com/apache/cloudstack.git
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
32bf5e1b71
commit
c86c08a64f
|
|
@ -8,8 +8,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) *******************************************************************************************
|
||||
|
||||
|
||||
|
|
@ -904,7 +904,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
|
||||
|
|
@ -1024,7 +1023,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