Admin panel: Don't poll shutoff instances
Fixes bug 1048849. Change-Id: Ia2d00bedb71d896e29ee370bfb9628b1ac409d8c
This commit is contained in:
parent
3b69c6adc8
commit
347e95a019
@ -48,6 +48,7 @@ class SyspanelInstancesTable(tables.DataTable):
|
||||
)
|
||||
STATUS_CHOICES = (
|
||||
("active", True),
|
||||
("shutoff", True),
|
||||
("suspended", True),
|
||||
("paused", True),
|
||||
("error", False),
|
||||
|
Loading…
x
Reference in New Issue
Block a user