Merge "Fixes Deployment History page incorrectly formatting status."

This commit is contained in:
Jenkins 2017-07-11 00:28:12 +00:00 committed by Gerrit Code Review
commit ad38530be3
1 changed files with 1 additions and 0 deletions

View File

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