Browse Source

Petit bug affichage vlans

crans_printer
chirac 8 years ago
parent
commit
a07e0d922a
  1. 2
      topologie/templates/topologie/aff_port_profile.html

2
topologie/templates/topologie/aff_port_profile.html

@ -52,7 +52,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<b>Untagged : </b>{{port_profile.vlan_untagged}}
<br>
{% endif %}
{% if port_profile.vlan_untagged %}
{% if port_profile.vlan_tagged.all %}
<b>Tagged : </b>{{port_profile.vlan_tagged.all|join:", "}}
{% endif %}
</td>

Loading…
Cancel
Save