mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28:16 -06:00
now it's readable
This commit is contained in:
parent
f5089333d3
commit
aa919033e5
@ -184,7 +184,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
{% with ipaddresses=iface.ip_addresses.all %}
|
||||
{% if ipaddresses %}
|
||||
<tr>
|
||||
@ -194,7 +193,7 @@
|
||||
{% endif %}
|
||||
|
||||
{# IP addresses table #}
|
||||
<td class="ipaddresses" colspan="9" style="padding: 0">
|
||||
<td colspan="9" style="padding: 0">
|
||||
<table class="table table-condensed interface-ips">
|
||||
<thead>
|
||||
<tr class="text-muted">
|
||||
@ -318,19 +317,23 @@
|
||||
<td>
|
||||
<a href="{% url 'ipam:vlan' tag.id %}">{{ tag.vid }}</a>
|
||||
</td>
|
||||
|
||||
{# VLAN tag #}
|
||||
<td>
|
||||
<span class="text-success">
|
||||
<li class="fa fa-check"></li>
|
||||
</span>
|
||||
</td>
|
||||
|
||||
{# VLAN status #}
|
||||
<td>
|
||||
<span class="label label-primary"
|
||||
style="text-transform: capitalize">{{ tag.status }}</span>
|
||||
</td>
|
||||
|
||||
{# VLAN name #}
|
||||
<td>{{ tag.name }}</td>
|
||||
|
||||
{# VLAN description #}
|
||||
<td>{{ tag.description }}</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user