modified: web/blueprints/panel.py

modified:   web/templates/base.html
	modified:   web/templates/panel/chat.html
This commit is contained in:
SimolZimol
2026-04-01 23:40:27 +02:00
parent b04743067b
commit 85a730b160
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
<div class="col-12 col-md-2">
<label class="form-label small">Server</label>
<select name="server" class="form-select form-select-sm">
<option value="">Alle</option>
<option value="">All Servers</option>
{% for s in servers %}<option {{ 'selected' if s == server }}>{{ s }}</option>{% endfor %}
</select>
</div>