Merge "Display loading status when database is building"
This commit is contained in:
commit
680488de6e
@ -249,7 +249,7 @@ class InstancesTable(tables.DataTable):
|
||||
STATUS_CHOICES = (
|
||||
("ACTIVE", True),
|
||||
("BLOCKED", True),
|
||||
("BUILD", True),
|
||||
("BUILD", None),
|
||||
("FAILED", False),
|
||||
("REBOOT", None),
|
||||
("RESIZE", None),
|
||||
|
Loading…
x
Reference in New Issue
Block a user