mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-23 21:43:46 +01:00
View uptime in index page
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<tr>
|
||||
<!--<th>#</th>-->
|
||||
<th>{{T_.name}}</th>
|
||||
<th>{{T_.status}}</th>
|
||||
<th>{{T_.status_uptime}}</th>
|
||||
<th>{{T_.last_check}}</th>
|
||||
<th>{{T_.last_err}}</th>
|
||||
</tr>
|
||||
@@ -47,7 +47,7 @@
|
||||
<span class='grey' data-tooltip='Type of check: {{check.nameCheck}}' data-tooltip-position='top'>{{T_.status_empty}}</span>
|
||||
{%endif%}
|
||||
{#END IF/SWITCH#}
|
||||
|
||||
({{ check.uptime}}%)
|
||||
</td>
|
||||
{% if check.status is defined %}{#Only if records exists#}
|
||||
<td>
|
||||
|
||||
@@ -6,6 +6,7 @@ define('T_ENGVERSION',1);
|
||||
$T_['statdif1'] = 'Status of different checks';
|
||||
$T_['name'] = 'Name';
|
||||
$T_['status'] = 'Status';
|
||||
$T_['status_uptime'] = 'Status (Uptime)';
|
||||
$T_['failed'] = 'Failed';
|
||||
$T_['last_check'] = 'Last check';
|
||||
$T_['last_err'] = 'Last error';
|
||||
|
||||
@@ -6,6 +6,7 @@ define('T_VERSION',1);
|
||||
$T_['statdif1'] = 'Estado de los diferentes servicios';
|
||||
$T_['name'] = 'Nombre';
|
||||
$T_['status'] = 'Estado';
|
||||
$T_['status_uptime'] = 'Estado (Uptime)';
|
||||
$T_['failed'] = 'Erróneo';
|
||||
$T_['last_check'] = 'Última comprobación';
|
||||
$T_['last_err'] = 'Último error';
|
||||
|
||||
Reference in New Issue
Block a user