mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
M #: Fix CLI mem units (#17)
This commit is contained in:
parent
5d8ec9f7be
commit
e4f3649f3d
@ -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…
Reference in New Issue
Block a user