various fixes totest

This commit is contained in:
2026-05-03 13:50:37 +03:00
parent eb31072c87
commit 11f30f4c6a
7 changed files with 199 additions and 115 deletions

View File

@@ -257,6 +257,7 @@
<thead>
<tr>
<th>Παίκτης</th>
<th>Κόσμος</th>
<th>Κατάσταση</th>
<th>Δυνατότητες</th>
<th>Προστέθηκε</th>
@@ -270,6 +271,13 @@
<div class="player-name">{{ m.player_name }}</div>
<div class="player-id">ID: {{ m.player_id }}</div>
</td>
<td>
{% if m.world_id and m.world_id != '' %}
<span style="font-size:0.82rem;font-family:monospace;color:#c8a44a;">{{ m.world_id }}</span>
{% else %}
<span style="font-size:0.78rem;color:#555;"></span>
{% endif %}
</td>
<td>
{% if m.is_online %}
<span class="status-online">● Online</span>