Linkify primary IP for VDC

This commit is contained in:
kkthxbye-code 2022-11-17 11:34:12 +01:00 committed by Jeremy Stretch
parent ebf555e1fb
commit 5202d0add9

View File

@ -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>