1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #5042: Fix display of SLAAC label for IP addresses status

This commit is contained in:
Jeremy Stretch
2020-08-24 10:47:26 -04:00
parent e7cf87be97
commit 9147823305
2 changed files with 2 additions and 0 deletions

View File

@ -669,6 +669,7 @@ class IPAddress(ChangeLoggedModel, CustomFieldModel):
'reserved': 'info',
'deprecated': 'danger',
'dhcp': 'success',
'slaac': 'success',
}
ROLE_CLASS_MAP = {