Merge "Fix the problem of default width is small"

This commit is contained in:
Jenkins 2017-07-25 19:10:12 +00:00 committed by Gerrit Code Review
commit e52bba21f5
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class ShowDatasourceActions(lister.Lister):
self.log.debug('take_action(%s)' % parsed_args)
# as we know output it's long, limit column length here
if parsed_args.max_width == 0:
parsed_args.max_width = 40
parsed_args.max_width = 80
client = self.app.client_manager.congressclient
datasource_id = parsed_args.datasource_name