mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Fix violations of coding guidelines
This commit is contained in:
parent
7fe056d03a
commit
9a1b7179e1
@ -250,7 +250,7 @@ class Monitoring_ChartController extends Controller
|
|||||||
(int) $query->hosts_unreachable_unhandled . ' Unreachable Hosts (Unhandled)',
|
(int) $query->hosts_unreachable_unhandled . ' Unreachable Hosts (Unhandled)',
|
||||||
(int) $query->hosts_pending . ' Pending Hosts'
|
(int) $query->hosts_pending . ' Pending Hosts'
|
||||||
)
|
)
|
||||||
),array(
|
), array(
|
||||||
'data' => array(
|
'data' => array(
|
||||||
// (int) $query->services_ok,
|
// (int) $query->services_ok,
|
||||||
(int) $query->services_warning_unhandled,
|
(int) $query->services_warning_unhandled,
|
||||||
|
@ -49,7 +49,7 @@ $this->target = array('host' => $this->hostquery);
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<?= $this->render('multi/components/flags.phtml') ?>
|
<?= $this->render('multi/components/flags.phtml') ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user