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