mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 03:56:53 -06:00
Highlight the current termination
This commit is contained in:
parent
c559775135
commit
83daadd575
@ -248,6 +248,9 @@ table.report th a {
|
|||||||
width: 60%;
|
width: 60%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
.cable-trace .active {
|
||||||
|
border: 3px solid #30C030;
|
||||||
|
}
|
||||||
.cable-trace .cable {
|
.cable-trace .cable {
|
||||||
border-left-style: solid;
|
border-left-style: solid;
|
||||||
border-left-width: 4px;
|
border-left-width: 4px;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{% load helpers %}
|
{% load helpers %}
|
||||||
<div class="termination">
|
<div class="termination{% if obj == termination %} active{% endif %}">
|
||||||
<strong><a href="{{ termination.get_absolute_url }}">{{ termination }}</a></strong><br />
|
<strong><a href="{{ termination.get_absolute_url }}">{{ termination }}</a></strong><br />
|
||||||
{{ termination|meta:"verbose_name"|bettertitle }}
|
{{ termination|meta:"verbose_name"|bettertitle }}
|
||||||
{% if termination.type %}
|
{% if termination.type %}
|
||||||
|
Loading…
Reference in New Issue
Block a user