wyswietlanie hostow w /clear-servers

This commit is contained in:
Mateusz Gruszczyński
2025-03-09 11:24:01 +01:00
parent 3d2b05676b
commit 985d3465c8
2 changed files with 2 additions and 4 deletions

View File

@ -48,7 +48,7 @@
<label for="host_id" class="form-label">Wybierz serwer:</label>
<select class="form-select" id="host_id" name="host_id">
{% for host in hosts %}
<option value="{{ host.id }}">{{ host.resolved_hostname }} ({{ host.raw_ip }})</option>
<option value="{{ host.id }}">{{ format_host(host) }}</option>
{% endfor %}
</select>
</div>