Merge "Admin panel: Don't poll shutoff instances"

This commit is contained in:
Jenkins 2012-09-11 19:49:17 +00:00 committed by Gerrit Code Review
commit 65171c15c8

View File

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