Admin panel: Don't poll shutoff instances

Fixes bug 1048849.

Change-Id: Ia2d00bedb71d896e29ee370bfb9628b1ac409d8c
This commit is contained in:
Rafi Khardalian 2012-09-10 22:50:30 +00:00
parent 3b69c6adc8
commit 347e95a019

View File

@ -48,6 +48,7 @@ class SyspanelInstancesTable(tables.DataTable):
)
STATUS_CHOICES = (
("active", True),
("shutoff", True),
("suspended", True),
("paused", True),
("error", False),