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_pending . ' Pending Hosts'
|
||||
)
|
||||
),array(
|
||||
), array(
|
||||
'data' => array(
|
||||
// (int) $query->services_ok,
|
||||
(int) $query->services_warning_unhandled,
|
||||
|
|
|
@ -40,16 +40,16 @@ $this->target = array('host' => $this->hostquery);
|
|||
|
||||
<h2> <?=$this->icon('hostgroup.png')?> Host Actions </h2>
|
||||
|
||||
<table class="avp newsection">
|
||||
<tbody>
|
||||
<?= $this->render('multi/components/summary.phtml'); ?>
|
||||
<?= $this->render('multi/components/comments.phtml'); ?>
|
||||
<?= $this->render('multi/components/downtimes.phtml'); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="avp newsection">
|
||||
<tbody>
|
||||
<?= $this->render('multi/components/summary.phtml'); ?>
|
||||
<?= $this->render('multi/components/comments.phtml'); ?>
|
||||
<?= $this->render('multi/components/downtimes.phtml'); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<?= $this->render('multi/components/flags.phtml') ?>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
|
||||
<a
|
||||
|
|
Loading…
Reference in New Issue