mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Bug #3920: Set size column to align left
This commit is contained in:
parent
ee3146315d
commit
87bdaa5a67
@ -339,7 +339,7 @@ class OneImageHelper < OpenNebulaHelper::OneHelper
|
||||
d["CHILDREN"]
|
||||
end
|
||||
|
||||
column :SIZE, "", :right, :size=>8 do |d|
|
||||
column :SIZE, "", :left, :size=>8 do |d|
|
||||
if d["SIZE"]
|
||||
OpenNebulaHelper.unit_to_str(
|
||||
d['SIZE'].to_i,
|
||||
|
@ -1027,7 +1027,7 @@ class OneVMHelper < OpenNebulaHelper::OneHelper
|
||||
d["CHILDREN"]
|
||||
end
|
||||
|
||||
column :SIZE, "", :right, :size=>12 do |d|
|
||||
column :SIZE, "", :left, :size=>12 do |d|
|
||||
if d["SIZE"]
|
||||
size = OpenNebulaHelper.unit_to_str(
|
||||
d['SIZE'].to_i,
|
||||
|
Loading…
x
Reference in New Issue
Block a user