diff --git a/horizon/dashboards/syspanel/instances/tables.py b/horizon/dashboards/syspanel/instances/tables.py index bf9a79dd2..d5b7e6279 100644 --- a/horizon/dashboards/syspanel/instances/tables.py +++ b/horizon/dashboards/syspanel/instances/tables.py @@ -48,6 +48,7 @@ class SyspanelInstancesTable(tables.DataTable): ) STATUS_CHOICES = ( ("active", True), + ("shutoff", True), ("suspended", True), ("paused", True), ("error", False),