lib/percheron/formatters/stack/table.rb in percheron-0.8.0 vs lib/percheron/formatters/stack/table.rb in percheron-0.8.1
- old
+ new
@@ -28,10 +28,11 @@
'ID',
'Running?',
'IP',
'Ports',
'Volumes',
+ 'Size',
'Version'
]
end
def rows
@@ -57,9 +58,10 @@
unit.id,
startable(unit),
unit.ip,
unit.ports.join(', '),
unit.volumes.join("\n"),
+ unit.image_size,
version(unit)
]
end
def version(unit)