diff --git a/muranodashboard/environments/tables.py b/muranodashboard/environments/tables.py index fba8919dd..e7fced5b7 100644 --- a/muranodashboard/environments/tables.py +++ b/muranodashboard/environments/tables.py @@ -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):