Skip to content

Commit

Permalink
Merge "Admin panel: Don't poll shutoff instances"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 11, 2012
2 parents a8c92dc + 347e95a commit 65171c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horizon/dashboards/syspanel/instances/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class SyspanelInstancesTable(tables.DataTable):
)
STATUS_CHOICES = (
("active", True),
("shutoff", True),
("suspended", True),
("paused", True),
("error", False),
Expand Down

0 comments on commit 65171c1

Please sign in to comment.