We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e9da5 commit 1141ddbCopy full SHA for 1141ddb
netbox/templates/virtualization/vminterface.html
@@ -55,6 +55,12 @@ <h2 class="card-header">{% trans "Interface" %}</h2>
55
<th scope="row">{% trans "802.1Q Mode" %}</th>
56
<td>{{ object.get_mode_display|placeholder }}</td>
57
</tr>
58
+ {% if object.mode == 'q-in-q' %}
59
+ <tr>
60
+ <th scope="row">{% trans "Q-in-Q SVLAN" %}</th>
61
+ <td>{{ object.qinq_svlan|linkify|placeholder }}</td>
62
+ </tr>
63
+ {% endif %}
64
<tr>
65
<th scope="row">{% trans "Tunnel" %}</th>
66
<td>{{ object.tunnel_termination.tunnel|linkify|placeholder }}</td>
0 commit comments