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

Linkify components under device view

This commit is contained in:
Jeremy Stretch
2020-06-25 12:21:25 -04:00
parent 8695714c65
commit 0fcdd63941
7 changed files with 14 additions and 7 deletions

View File

@@ -2,7 +2,8 @@
{# Name #}
<td>
<i class="fa fa-fw fa-bolt"></i> {{ pp }}
<i class="fa fa-fw fa-bolt"></i>
<a href="{{ pp.get_absolute_url }}">{{ pp }}</a>
</td>
{# Type #}