remove dynamic hosts
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user