monitoring/CSS: v-center hostssummary and servicesummary

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 18:32:42 +02:00
parent 2326997a25
commit 591ff4e88b
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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),