mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Width=50
This commit is contained in:
parent
3c8e94fab6
commit
58e41a2202
@ -69,7 +69,7 @@ class TableDisplay(object):
|
||||
separate_rows=True, # display the line separating two consecutive rows
|
||||
prefix='| ', # character to display at the beginning of the row
|
||||
suffix=' |', # character to display at the end of the row
|
||||
width=5, # column max width
|
||||
width=50, # column max width
|
||||
wrapfunc=None): # function wrapper
|
||||
self.__dict__.update(
|
||||
get_colors(
|
||||
|
Loading…
Reference in New Issue
Block a user