Merge "Fixes Deployment History page incorrectly formatting status."
This commit is contained in:
commit
ad38530be3
@ -747,6 +747,7 @@ class DeploymentHistoryTable(tables.DataTable):
|
||||
'state',
|
||||
verbose_name=_('Status'),
|
||||
status=True,
|
||||
status_choices=consts.DEPLOYMENT_STATUS_CHOICES,
|
||||
display_choices=consts.DEPLOYMENT_STATUS_DISPLAY_CHOICES)
|
||||
|
||||
class Meta(object):
|
||||
|
Loading…
Reference in New Issue
Block a user