Widen min and max columns

This commit is contained in:
Neil Booth 2017-10-12 14:19:28 +09:00
parent e039ba4b15
commit 9bf220dec6

View File

@ -476,8 +476,8 @@ class Controller(ServerBase):
return util.formatted_time(now - t) return util.formatted_time(now - t)
now = time.time() now = time.time()
fmt = ('{:<30} {:<6} {:>5} {:>5} {:<17} {:>3} ' fmt = ('{:<30} {:<6} {:>5} {:>5} {:<17} {:>4} '
'{:>3} {:>8} {:>11} {:>11} {:>5} {:>20} {:<15}') '{:>4} {:>8} {:>11} {:>11} {:>5} {:>20} {:<15}')
yield fmt.format('Host', 'Status', 'TCP', 'SSL', 'Server', 'Min', yield fmt.format('Host', 'Status', 'TCP', 'SSL', 'Server', 'Min',
'Max', 'Pruning', 'Last Good', 'Last Try', 'Max', 'Pruning', 'Last Good', 'Last Try',
'Tries', 'Source', 'IP Address') 'Tries', 'Source', 'IP Address')