Merge "Display loading status when database is building"

This commit is contained in:
Jenkins 2015-01-29 12:39:30 +00:00 committed by Gerrit Code Review
commit 680488de6e

View File

@ -249,7 +249,7 @@ class InstancesTable(tables.DataTable):
STATUS_CHOICES = (
("ACTIVE", True),
("BLOCKED", True),
("BUILD", True),
("BUILD", None),
("FAILED", False),
("REBOOT", None),
("RESIZE", None),