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

fix prefix table styles

This commit is contained in:
checktheroads
2021-03-19 09:38:26 -07:00
parent 1ea208ba00
commit 21d31b5747
5 changed files with 7 additions and 4 deletions

View File

@ -11,7 +11,7 @@ from utilities.tables import (
from virtualization.models import VMInterface
from .models import Aggregate, IPAddress, Prefix, RIR, Role, RouteTarget, Service, VLAN, VLANGroup, VRF
AVAILABLE_LABEL = mark_safe('<span class="label label-success">Available</span>')
AVAILABLE_LABEL = mark_safe('<span class="badge bg-success">Available</span>')
PREFIX_LINK = """
{% load helpers %}