parent
f4c69395b1
commit
2efea214da
|
@ -1,20 +1,14 @@
|
|||
<?php
|
||||
use Icinga\Module\Monitoring\Object\Host;
|
||||
?>
|
||||
|
||||
<?php
|
||||
$i = 0;
|
||||
$hidden = array();
|
||||
$hiddenRich = array();
|
||||
?>
|
||||
|
||||
<div class="hbox-item">
|
||||
<?= $this->translate('States:') ?>
|
||||
<?= $hostStatesPieChart; ?>
|
||||
</div>
|
||||
|
||||
<?php if (($hostCount = count($objects)) > 0): ?>
|
||||
|
||||
<div class="hbox-item">
|
||||
<?= $this->translate('States:') ?>
|
||||
<?= $hostStatesPieChart; ?>
|
||||
</div>
|
||||
<p>
|
||||
<table class="state statesummary">
|
||||
|
||||
|
|
|
@ -1,22 +1,17 @@
|
|||
<?php
|
||||
use Icinga\Module\Monitoring\Object\Service;
|
||||
?>
|
||||
|
||||
<div class="hbox-item">
|
||||
<?= $this->translate('Service states:') ?>
|
||||
<?= $serviceStatesPieChart; ?>
|
||||
</div>
|
||||
<div class="hbox-item">
|
||||
<?= $this->translate('Host states:') ?>
|
||||
<?= $hostStatesPieChart; ?>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
$i = 0;
|
||||
$hidden = array();
|
||||
$hiddenRich = array();
|
||||
$i = 0;
|
||||
?>
|
||||
<?php if (($serviceCount = count($objects)) > 0): ?>
|
||||
<div class="hbox-item">
|
||||
<?= $this->translate('Service states:') ?>
|
||||
<?= $serviceStatesPieChart; ?>
|
||||
</div>
|
||||
<div class="hbox-item">
|
||||
<?= $this->translate('Host states:') ?>
|
||||
<?= $hostStatesPieChart; ?>
|
||||
</div>
|
||||
<p>
|
||||
<table class="state statesummary">
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue