mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
2326997a25
commit
591ff4e88b
@ -6,7 +6,7 @@ if (! $stats instanceof stdClass) {
|
|||||||
$stats = $stats->fetchRow();
|
$stats = $stats->fetchRow();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div>
|
<div class="v-center">
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
sprintf($this->translatePlural('%u Host', '%u Hosts', $stats->hosts_total), $stats->hosts_total),
|
sprintf($this->translatePlural('%u Host', '%u Hosts', $stats->hosts_total), $stats->hosts_total),
|
||||||
'monitoring/list/hosts',
|
'monitoring/list/hosts',
|
||||||
|
@ -6,7 +6,7 @@ if (! $stats instanceof stdClass) {
|
|||||||
$stats = $stats->fetchRow();
|
$stats = $stats->fetchRow();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div>
|
<div class="v-center">
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
sprintf($this->translatePlural(
|
sprintf($this->translatePlural(
|
||||||
'%u Service', '%u Services', $stats->services_total),
|
'%u Service', '%u Services', $stats->services_total),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user