Merge "Don't poll on instances in a shutoff state."
This commit is contained in:
@@ -277,6 +277,7 @@ class InstancesTable(tables.DataTable):
|
|||||||
)
|
)
|
||||||
STATUS_CHOICES = (
|
STATUS_CHOICES = (
|
||||||
("active", True),
|
("active", True),
|
||||||
|
("shutoff", True),
|
||||||
("suspended", True),
|
("suspended", True),
|
||||||
("paused", True),
|
("paused", True),
|
||||||
("error", False),
|
("error", False),
|
||||||
|
Reference in New Issue
Block a user