feat: ✨ global search
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
</thead>
|
||||
<tbody class="divide-y divide-gray-700">
|
||||
{% for ip in ip_addresses %}
|
||||
<tr>
|
||||
<tr id="ip-{{ ip[0] }}">
|
||||
<td class="font-bold text-center">{{ ip[1] }}</td>
|
||||
<td class="text-center">
|
||||
{% if ip[2] == 'DHCP' %}
|
||||
|
||||
Reference in New Issue
Block a user