diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d79d3492..5e4a2abb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ 2.5.11 (FUTURE) +## Enhancements + +* [#3070](https://github.com/digitalocean/netbox/issues/3070) - Add decommissioning status for devices + ## Bug Fixes * [#2621](https://github.com/digitalocean/netbox/issues/2621) - Upgrade Django requirement to 2.2 to fix object deletion issue in the changelog middleware diff --git a/netbox/dcim/constants.py b/netbox/dcim/constants.py index 578b1016d..926b97130 100644 --- a/netbox/dcim/constants.py +++ b/netbox/dcim/constants.py @@ -347,6 +347,7 @@ STATUS_CLASSES = { 3: 'primary', 4: 'danger', 5: 'default', + 6: 'warning', } # Console/power/interface connection statuses