@@ -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 %}
@@ -351,3 +351,7 @@ i.bi-plus:before,
span.bi-plus:before {
font-weight: $font-weight-bold !important;
}
+
+table tbody tr.success {
+ background-color: rgba($success, 0.15);
+}
@@ -12,7 +12,6 @@
{% block extra_controls %}
{% include 'ipam/inc/toggle_available.html' %}
- {% comment %} {{ block.super }} {% endcomment %}
{% endblock %}
{% block content %}