mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-19 11:41:33 +01:00
Fixes
This commit is contained in:
@@ -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}} -
|
||||
|
||||
Reference in New Issue
Block a user