add class to <tr> in template
This commit is contained in:
parent
098eac7364
commit
9b5ebefb20
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
<th>IP address</th>
|
||||
</tr>
|
||||
{% for lease in leases %}
|
||||
<tr>
|
||||
<tr class="current-lease">
|
||||
<td>{{lease.mac}}</td>
|
||||
<td>{{lease.hostname or "???"}}</td>
|
||||
<td>{{lease.ip}}</td>
|
||||
|
|
Loading…
Reference in a new issue