Show scope type

This commit is contained in:
Jeremy Stretch 2024-10-09 15:31:28 -04:00
parent 481fa21a28
commit c30b1c6667

View File

@ -46,7 +46,11 @@
</tr>
<tr>
<th scope="row">{% trans "Scope" %}</th>
<td>{{ object.scope|linkify|placeholder }}</td>
{% if object.scope %}
<td>{{ object.scope|linkify }} ({% trans object.scope_type.name %})</td>
{% else %}
<td>{{ ''|placeholder }}</td>
{% endif %}
</tr>
<tr>
<th scope="row">{% trans "VLAN" %}</th>