mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Merge branch 'master' of git.opennebula.org:one
This commit is contained in:
commit
4d2a2528d6
@ -307,7 +307,7 @@ class OneHostHelper < OpenNebulaHelper::OneHelper
|
||||
str="#{bar} #{info} "
|
||||
name=host[0..(79-str.length)]
|
||||
str=str+name
|
||||
str=str+" "*(79-str.length)
|
||||
str=str+" "*(80-str.length)
|
||||
|
||||
print "#{str}\r"
|
||||
STDOUT.flush
|
||||
|
Loading…
x
Reference in New Issue
Block a user