remove dynamic hosts

This commit is contained in:
Mateusz Gruszczyński
2025-03-10 16:09:28 +01:00
parent 52694519d7
commit c4b5e703f3
2 changed files with 1 additions and 21 deletions

View File

@ -27,7 +27,6 @@
<th>ID</th>
<th>Adres IP</th>
<th>Hostname</th>
<th>Zmienna dynamiczna</th>
<th>Akcje</th>
</tr>
</thead>
@ -37,7 +36,6 @@
<td>{{ e.id }}</td>
<td>{{ e.ip_address }}</td>
<td>{{ e.hostname }}</td>
<td>{{ e.dynamic_variable or '—' }}</td>
<td>
<form method="POST" action="{{ url_for('delete_local_default', entry_id=e.id) }}" onsubmit="return confirm('Usunąć wpis?');">
<button class="btn btn-danger btn-sm">Usuń</button>