mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
Fix onehost sync percentage bar bug
This commit is contained in:
parent
2a8393b15d
commit
a52a66445e
@ -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…
Reference in New Issue
Block a user