Fix violations of coding guidelines

This commit is contained in:
Matthias Jentsch 2014-06-30 12:15:44 +02:00
parent 7fe056d03a
commit 9a1b7179e1
2 changed files with 9 additions and 9 deletions

View File

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

View File

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