mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Fix typo error in listing server's column name"
This commit is contained in:
commit
49d2c21366
1 changed files with 1 additions and 1 deletions
|
|
@ -2363,7 +2363,7 @@ class ListServer(command.Lister):
|
|||
columns.append('user_id')
|
||||
column_headers.append('User ID')
|
||||
if c in ('Created At', 'created_at'):
|
||||
columns.append('created_at')
|
||||
columns.append('created')
|
||||
column_headers.append('Created At')
|
||||
|
||||
# convert back to tuple
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue