diff --git a/src/client/ruby/onehost b/src/client/ruby/onehost index a0bdd12f24..c5e5c61f1d 100755 --- a/src/client/ruby/onehost +++ b/src/client/ruby/onehost @@ -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) diff --git a/src/client/ruby/onevm b/src/client/ruby/onevm index 29a21ce2de..840be41813 100755 --- a/src/client/ruby/onevm +++ b/src/client/ruby/onevm @@ -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) diff --git a/src/client/ruby/onevnet b/src/client/ruby/onevnet index 3db5701675..39d719c56d 100755 --- a/src/client/ruby/onevnet +++ b/src/client/ruby/onevnet @@ -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)