Modify offline status color for vm

This commit is contained in:
kobayashi
2020-02-11 00:26:09 -05:00
parent 3ed22fd1ae
commit 5b3125c4df
3 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ class VirtualMachineStatusChoices(ChoiceSet):
STATUS_OFFLINE: 0,
STATUS_ACTIVE: 1,
STATUS_STAGED: 3,
STATUS_DECOMMISSIONING: 4,
}