Skip to content

Commit 38f5a9e

Browse files
author
Antoine Keranflec'h
committed
keep only usefull status
1 parent 3789342 commit 38f5a9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

netbox/virtualization/choices.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class VirtualMachineStatusChoices(ChoiceSet):
3939
STATUS_FAILED = 'failed'
4040
STATUS_DECOMMISSIONING = 'decommissioning'
4141
STATUS_PAUSED = 'paused'
42-
STATUS_SUSPENDED = 'suspended'
4342

4443
CHOICES = [
4544
(STATUS_OFFLINE, _('Offline'), 'gray'),
@@ -49,5 +48,4 @@ class VirtualMachineStatusChoices(ChoiceSet):
4948
(STATUS_FAILED, _('Failed'), 'red'),
5049
(STATUS_DECOMMISSIONING, _('Decommissioning'), 'yellow'),
5150
(STATUS_PAUSED, _('Paused'), 'orange'),
52-
(STATUS_SUSPENDED, _('Suspended'), 'purple'),
5351
]

0 commit comments

Comments
 (0)