Merge "Fix typo error in listing server's column name"

This commit is contained in:
Zuul 2021-10-06 17:32:24 +00:00 committed by Gerrit Code Review
commit 49d2c21366
1 changed files with 1 additions and 1 deletions

View File

@ -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