mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-16 02:01:34 +01:00
fixes
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<tbody>
|
||||
{% for server in servers %}
|
||||
<tr
|
||||
{% if server.Enabled == 1 %} {%if server.Online == 1 %}class="bgcolor-ok" {%endif%}{% elseif server.Enabled == 0 %}class="bgcolor-secondary"{% endif %}>
|
||||
{% if server.Enabled == 1 %} {% if server.Online == 1 %} class="bgcolor-ok" {% endif %}{% elseif server.Enabled == 0 %} class="bgcolor-secondary"{% endif %}>
|
||||
|
||||
<td data-toggle="tooltip" data-placement="top" {#title="{{server.Description}}"#} >{{server.Name}} {% if server.Online == 0 and server.Enabled == 1 %}<br/><i>Offline</i>{%endif%}{% if server.Enabled == 0 %}<br/><i>Deshabilitado</i>{%endif%}</td>
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
</td>
|
||||
<td>{% if server.BadCreds == 0 %} {{server.Uptime}} {% endif %}</td>
|
||||
{% if server.Enabled == 1 %}
|
||||
<td {% if server.Ping > -1 %}class="bgcolor-ok">On {% else %}class="bgcolor-warn">Off{% endif %}</td>
|
||||
<td{% if server.Ping > -1 %} class="bgcolor-ok">On {% else %} class="bgcolor-warn">Off{% endif %}</td>
|
||||
{% else %}
|
||||
<td></td>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user