1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-19 11:41:33 +01:00
This commit is contained in:
2018-01-15 12:47:23 +01:00
parent 97ac06b224
commit a478f8a587
9 changed files with 16 additions and 9 deletions

View File

@@ -34,8 +34,9 @@
{% if check.uptime != -1 %}{#Only if records exists#}
<td>
<span class='{{check.statusColor}}' data-tooltip='Type of check: {{check.nameCheck}}' data-tooltip-position='top'>{{check.statusText}}</span>
<span class='{{check.statusColor}}' data-tooltip='Type of check: {{T_[check.nameCheck]}}' data-tooltip-position='top'>{{check.statusText}}</span> {# Use T_[Var] to merge var to array #}
({{ check.uptime}}%)
}
</td>
<td>
{{check.dateLastChk}} -