Skip to content

Commit

Permalink
Merge e543bbb into 04b3d97
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Nov 6, 2019
2 parents 04b3d97 + e543bbb commit cb5f659
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kio/cli.py
Expand Up @@ -115,8 +115,10 @@ def list_apps(config, output, since, team, incident_contact, **kwargs):
rows.sort(key=lambda r: r['id'])

with OutputFormat(output):
print_table(['id', 'team_id', 'incident_contact', 'name', 'subtitle', 'last_modified_time'],
rows, titles={'last_modified_time': 'Modified'}, max_column_widths={'name': 32, 'subtitle': 32})
print_table(['id', 'team_id', 'criticality_level', 'incident_contact',
'name', 'subtitle', 'last_modified_time'],
rows, titles={'last_modified_time': 'Modified', 'criticality_level': 'Tier'},
max_column_widths={'name': 32, 'subtitle': 32})


@applications.command('show')
Expand Down

0 comments on commit cb5f659

Please sign in to comment.