Merge "Admin panel: Don't poll shutoff instances"
This commit is contained in:
commit
65171c15c8
@ -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