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:
@@ -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 #}
|
||||
|
||||
Reference in New Issue
Block a user