Add device to L2VPNTermination view.

This commit is contained in:
Daniel Sheppard 2023-08-30 14:19:15 -05:00
parent 720a81353f
commit 3c78f5aba3

View File

@ -15,6 +15,10 @@
<th scope="row">{% trans "L2VPN" %}</th>
<td>{{ object.l2vpn|linkify }}</td>
</tr>
<tr>
<th scope="row">{% trans "Device" %}</th>
<td>{{ object.device|linkify }}</td>
</tr>
<tr>
<th scope="row">{% trans "Assigned Object" %}</th>
<td>{{ object.assigned_object|linkify }}</td>