parent
2326997a25
commit
591ff4e88b
modules/monitoring/application/views/scripts/list/components
|
@ -6,7 +6,7 @@ if (! $stats instanceof stdClass) {
|
|||
$stats = $stats->fetchRow();
|
||||
}
|
||||
?>
|
||||
<div>
|
||||
<div class="v-center">
|
||||
<?= $this->qlink(
|
||||
sprintf($this->translatePlural('%u Host', '%u Hosts', $stats->hosts_total), $stats->hosts_total),
|
||||
'monitoring/list/hosts',
|
||||
|
|
|
@ -6,7 +6,7 @@ if (! $stats instanceof stdClass) {
|
|||
$stats = $stats->fetchRow();
|
||||
}
|
||||
?>
|
||||
<div>
|
||||
<div class="v-center">
|
||||
<?= $this->qlink(
|
||||
sprintf($this->translatePlural(
|
||||
'%u Service', '%u Services', $stats->services_total),
|
||||
|
|
Loading…
Reference in New Issue