Skip to content

Commit

Permalink
Merge pull request #54 from waggle-sensor/phase-dropdown
Browse files Browse the repository at this point in the history
add retired phase
  • Loading branch information
FranciscoLozCoding authored Jul 2, 2024
2 parents 3d70805 + 37eab36 commit 6691370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class NodePhase(models.TextChoices):
STANDBY = "Standby"
AWAITING_DEPLOYMENT = "Awaiting Deployment"
SHIPMENT_PENDING = "Shipment Pending"
RETIRED = "Retired"


class NodeType(models.TextChoices):
Expand Down

0 comments on commit 6691370

Please sign in to comment.