mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
cache latest server HostName in database
This commit is contained in:
parent
becb46d1bc
commit
af4ad5f65b
7 changed files with 91 additions and 16 deletions
|
|
@ -31,7 +31,15 @@
|
|||
</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="text-align-left">{{ server.info.HostName }}</td>
|
||||
<td class="text-align-left">
|
||||
{% if server.name %}
|
||||
{{ server.name }}
|
||||
{% elseif server.info.HostName %}
|
||||
{{ server.info.HostName }}
|
||||
{% else %}
|
||||
#{{ server.crc32server }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="text-align-left">{{ server.info.Map }}</td>
|
||||
<td class="text-align-left">{{ server.added | format_date }}</td>
|
||||
<td class="text-align-left">{{ server.online | format_date }}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue