Modify the deployed column to deployed_on
Change-Id: I21fb97995486b22e2d0a09f9abef3f289cb2d2ac
This commit is contained in:
parent
dea07ad935
commit
8b0de3dafd
@ -139,7 +139,7 @@ def list_flavors(flavors):
|
||||
|
||||
def list_models(models):
|
||||
columns = ('id', 'name', 'status', 'ml_type', 'url',
|
||||
'deployed')
|
||||
'deployed_on')
|
||||
utils.print_list(models, columns,
|
||||
{'versions': print_list_field('versions')},
|
||||
sortby_index=None)
|
||||
|
Loading…
Reference in New Issue
Block a user