wyswietlanie hostow w /clear-servers
This commit is contained in:
parent
1dc4300881
commit
3d2b05676b
@ -48,7 +48,7 @@
|
|||||||
<label for="host_id" class="form-label">Wybierz serwer:</label>
|
<label for="host_id" class="form-label">Wybierz serwer:</label>
|
||||||
<select class="form-select" id="host_id" name="host_id">
|
<select class="form-select" id="host_id" name="host_id">
|
||||||
{% for host in hosts %}
|
{% for host in hosts %}
|
||||||
<option value="{{ host.id }}">{{ host.hostname }}</option>
|
<option value="{{ host.id }}">{{ host.resolved_hostname }} ({{ host.raw_ip }})</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user