1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #9222: Fix circuit ID display under cable view

This commit is contained in:
jeremystretch
2022-04-25 21:09:20 -04:00
parent 6b73d22da1
commit 6a225e53f5
2 changed files with 6 additions and 1 deletions

View File

@@ -32,7 +32,11 @@
</tr>
<tr>
<td>Circuit</td>
<td>{{ termination.|linkify }} ({{ termination }})</td>
<td>{{ termination.circuit|linkify }}</td>
</tr>
<tr>
<td>Termination</td>
<td>{{ termination }}</td>
</tr>
{% endif %}
</table>