Jeremy Stretch 6 лет назад
Родитель
Сommit
ca56871aaa
2 измененных файлов с 5 добавлено и 0 удалено
  1. 4 0
      CHANGELOG.md
  2. 1 0
      netbox/dcim/constants.py

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 2.5.11 (FUTURE)
 2.5.11 (FUTURE)
 
 
+## Enhancements
+
+* [#3070](https://github.com/digitalocean/netbox/issues/3070) - Add decommissioning status for devices
+
 ## Bug Fixes
 ## 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
 * [#2621](https://github.com/digitalocean/netbox/issues/2621) - Upgrade Django requirement to 2.2 to fix object deletion issue in the changelog middleware

+ 1 - 0
netbox/dcim/constants.py

@@ -347,6 +347,7 @@ STATUS_CLASSES = {
     3: 'primary',
     3: 'primary',
     4: 'danger',
     4: 'danger',
     5: 'default',
     5: 'default',
+    6: 'warning',
 }
 }
 
 
 # Console/power/interface connection statuses
 # Console/power/interface connection statuses