various fixes totest
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user