1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Fixing #99 in trunk

git-svn-id: http://svn.opennebula.org/one/trunk@475 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2009-04-17 11:13:34 +00:00
parent 13562c8d7b
commit 196e781693
3 changed files with 8 additions and 4 deletions

View File

@ -108,8 +108,9 @@ class HostShow
def header_host_small
scr_bold
scr_underline
puts @table.header_str
print @table.header_str
scr_restore
puts ""
end
def list_short(options=nil)

View File

@ -153,15 +153,17 @@ class VmShow
def header_vm_small
scr_bold
scr_underline
puts @table.header_str
print @table.header_str
scr_restore
puts ""
end
def header_history_small
scr_bold
scr_underline
puts @table_history.header_str
print @table_history.header_str
scr_restore
puts ""
end
def print_vm_long(data)

View File

@ -88,8 +88,9 @@ class VNShow
def header_vn_small
scr_bold
scr_underline
puts @table.header_str
print @table.header_str
scr_restore
puts ""
end
def list_short(options=nil)