mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 17:08:41 -06:00
fix prefix table styles
This commit is contained in:
parent
1ea208ba00
commit
21d31b5747
@ -11,7 +11,7 @@ from utilities.tables import (
|
|||||||
from virtualization.models import VMInterface
|
from virtualization.models import VMInterface
|
||||||
from .models import Aggregate, IPAddress, Prefix, RIR, Role, RouteTarget, Service, VLAN, VLANGroup, VRF
|
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 = """
|
PREFIX_LINK = """
|
||||||
{% load helpers %}
|
{% load helpers %}
|
||||||
|
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
2
netbox/project-static/dist/netbox.css.map
vendored
2
netbox/project-static/dist/netbox.css.map
vendored
File diff suppressed because one or more lines are too long
@ -351,3 +351,7 @@ i.bi-plus:before,
|
|||||||
span.bi-plus:before {
|
span.bi-plus:before {
|
||||||
font-weight: $font-weight-bold !important;
|
font-weight: $font-weight-bold !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table tbody tr.success {
|
||||||
|
background-color: rgba($success, 0.15);
|
||||||
|
}
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
{% block extra_controls %}
|
{% block extra_controls %}
|
||||||
{% include 'ipam/inc/toggle_available.html' %}
|
{% include 'ipam/inc/toggle_available.html' %}
|
||||||
{% comment %} {{ block.super }} {% endcomment %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user