mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #: Fix CLI mem units (#17)
(cherry picked from commit e4f3649f3d6fed3a92f9d1bb7bd8c5664d07b61d)
This commit is contained in:
parent
5b87d5747b
commit
5986add497
@ -354,7 +354,7 @@ class OneVMHelper < OpenNebulaHelper::OneHelper
|
||||
|
||||
column :MEM, 'Memory asigned to the VM', :size => 7 do |d|
|
||||
OpenNebulaHelper.unit_to_str(d['TEMPLATE']['MEMORY'].to_i,
|
||||
options)
|
||||
options, 'M')
|
||||
end
|
||||
|
||||
column :HOST, 'Host where the VM is running',
|
||||
|
Loading…
x
Reference in New Issue
Block a user