mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Linkify primary IP for VDC
This commit is contained in:
committed by
Jeremy Stretch
parent
ebf555e1fb
commit
5202d0add9
@ -31,13 +31,13 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">Primary IPv4</th>
|
<th scope="row">Primary IPv4</th>
|
||||||
<td>
|
<td>
|
||||||
{{ object.primary_ip4|placeholder }}
|
{{ object.primary_ip4|linkify|placeholder }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">Primary IPv6</th>
|
<th scope="row">Primary IPv6</th>
|
||||||
<td>
|
<td>
|
||||||
{{ object.primary_ip6|placeholder }}
|
{{ object.primary_ip6|linkify|placeholder }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user