display the IP status again

This commit is contained in:
Andreas Zweili 2020-05-03 22:13:10 +02:00
parent 696356bd8a
commit fd14dcd748
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<tr>
<td><b>{{ net.net }}</b></td>
<td>
<a href="{% url 'net' net.net.pk %}">{{ net.ip }}</a><br>
<a href="{% url 'net' net.net.pk %}">{{ net }}</a><br>
</td>
<td>
<a href="{% url 'device_in_net_update' net.pk %}" class="edit" title="Edit" data-toggle="tooltip"><i class="material-icons">edit</i></a>