mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
changed colspan of IP-addr. table
This commit is contained in:
parent
075b13501b
commit
ecc47a3f12
@ -38,7 +38,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
{# Tagged ports #}
|
{#Tagged ports#}
|
||||||
<td>
|
<td>
|
||||||
{% if iface.tagged_vlans.all %}
|
{% if iface.tagged_vlans.all %}
|
||||||
{% for tag in iface.tagged_vlans.all %}
|
{% for tag in iface.tagged_vlans.all %}
|
||||||
@ -48,7 +48,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
{# Untagged ports #}
|
{#Untagged ports#}
|
||||||
<td>
|
<td>
|
||||||
{% if iface.untagged_vlan %}
|
{% if iface.untagged_vlan %}
|
||||||
<a href="{% url 'ipam:vlan' iface.untagged_vlan.id %}">{{ iface.untagged_vlan }}</a>
|
<a href="{% url 'ipam:vlan' iface.untagged_vlan.id %}">{{ iface.untagged_vlan }}</a>
|
||||||
@ -210,7 +210,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{# IP addresses table #}
|
{# IP addresses table #}
|
||||||
<td colspan="9" style="padding: 0">
|
<td colspan="11" style="padding: 0">
|
||||||
<table class="table table-condensed interface-ips">
|
<table class="table table-condensed interface-ips">
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="text-muted">
|
<tr class="text-muted">
|
||||||
|
Loading…
Reference in New Issue
Block a user