Merge "Don't poll on instances in a shutoff state."

This commit is contained in:
Jenkins 2012-09-09 09:31:50 +00:00 committed by Gerrit Code Review
commit 5e6d5058a4

View File

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