modified: web/blueprints/panel.py
modified: web/templates/base.html modified: web/templates/panel/chat.html
This commit is contained in:
@@ -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="">All Servers</option>
|
||||
<option value="">Alle</option>
|
||||
{% for s in servers %}<option {{ 'selected' if s == server }}>{{ s }}</option>{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user