mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
keep only usefull status
This commit is contained in:
parent
67969b1c29
commit
7655f432a9
@ -39,7 +39,6 @@ class VirtualMachineStatusChoices(ChoiceSet):
|
||||
STATUS_FAILED = 'failed'
|
||||
STATUS_DECOMMISSIONING = 'decommissioning'
|
||||
STATUS_PAUSED = 'paused'
|
||||
STATUS_SUSPENDED = 'suspended'
|
||||
|
||||
CHOICES = [
|
||||
(STATUS_OFFLINE, _('Offline'), 'gray'),
|
||||
@ -49,5 +48,4 @@ class VirtualMachineStatusChoices(ChoiceSet):
|
||||
(STATUS_FAILED, _('Failed'), 'red'),
|
||||
(STATUS_DECOMMISSIONING, _('Decommissioning'), 'yellow'),
|
||||
(STATUS_PAUSED, _('Paused'), 'orange'),
|
||||
(STATUS_SUSPENDED, _('Suspended'), 'purple'),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user