mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
70e5ccca37
commit
a037e5c4db
@ -3,7 +3,9 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?php if (($hostCount = count($objects)) > 0): ?>
|
<?php if (($hostCount = count($objects)) > 0): ?>
|
||||||
<div class="hbox-item">
|
<div class="hbox-item">
|
||||||
<strong><?= sprintf($this->translatePlural('Host (%u)', 'Hosts (%u)', $hostCount), $hostCount); ?></strong>
|
<h1 tabindex="-1">
|
||||||
|
<?= sprintf($this->translatePlural('Host (%u)', 'Hosts (%u)', $hostCount), $hostCount); ?>
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="hbox-item">
|
<div class="hbox-item">
|
||||||
<?= $hostStatesPieChart; ?>
|
<?= $hostStatesPieChart; ?>
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
<?php if (($serviceCount = count($objects)) > 0): ?>
|
<?php if (($serviceCount = count($objects)) > 0): ?>
|
||||||
<div class="hbox">
|
<div class="hbox">
|
||||||
<div class="hbox-item" style="width: 6em;">
|
<div class="hbox-item" style="width: 6em;">
|
||||||
<strong><?= sprintf($this->translatePlural('Service (%u)', 'Services (%u)', $serviceCount), $serviceCount); ?></strong>
|
<h1 tabindex="-1">
|
||||||
|
<?= sprintf($this->translatePlural('Service (%u)', 'Services (%u)', $serviceCount), $serviceCount); ?>
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="hbox-item">
|
<div class="hbox-item">
|
||||||
<?= $serviceStatesPieChart; ?>
|
<?= $serviceStatesPieChart; ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user