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

update css classes for bootstrap 5 colors

This commit is contained in:
checktheroads
2021-03-17 23:31:15 -07:00
parent 46cd22ea7e
commit 58841e85db
4 changed files with 7 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ class PrefixStatusChoices(ChoiceSet):
)
CSS_CLASSES = {
STATUS_CONTAINER: 'default',
STATUS_CONTAINER: 'secondary',
STATUS_ACTIVE: 'primary',
STATUS_RESERVED: 'info',
STATUS_DEPRECATED: 'danger',
@@ -90,7 +90,7 @@ class IPAddressRoleChoices(ChoiceSet):
)
CSS_CLASSES = {
ROLE_LOOPBACK: 'default',
ROLE_LOOPBACK: 'secondary',
ROLE_SECONDARY: 'primary',
ROLE_ANYCAST: 'warning',
ROLE_VIP: 'success',