Some more HTML fixes

This commit is contained in:
Thomas Gelf 2014-02-18 19:52:05 +00:00
parent 77dada8318
commit 9ac77de47c
3 changed files with 7 additions and 6 deletions

View File

@ -172,7 +172,8 @@ class Monitoring_ListController extends MonitoringController
$this->applyRestrictions($query); $this->applyRestrictions($query);
$this->view->services = $query->paginate(); $this->view->services = $query->paginate();
$this->setupFilterControl(ServiceStatus::fromRequest($this->getRequest()), 'service'); //$this->setupFilterControl(ServiceStatus::fromRequest($this->getRequest()), 'service');
$this->setupFilterControl($query, 'service');
$this->setupSortControl(array( $this->setupSortControl(array(
'service_last_check' => 'Last Service Check', 'service_last_check' => 'Last Service Check',
'service_severity' => 'Severity', 'service_severity' => 'Severity',

View File

@ -8,7 +8,7 @@
$this->target $this->target
); );
?>" class="btn-common btn-small button"> ?>" class="btn-common btn-small button">
<i class="icinga-icon-comment"></i> <?= $this->img('img/icons/comment.png') ?>
</a> </a>
<a rel="tooltip" title="Send custom notifications for all selected hosts or services" href="<?= <a rel="tooltip" title="Send custom notifications for all selected hosts or services" href="<?=
@ -17,7 +17,7 @@
$this->target $this->target
); );
?>" class="btn-common btn-small button"> ?>" class="btn-common btn-small button">
<i class="icinga-icon-notification"></i> <?= $this->img('img/icons/notification.png') ?>"></i>
</a> </a>
</div> </div>
@ -43,7 +43,7 @@
$this->target $this->target
); );
?>" class="button btn-common btn-small input-sm pull-right"> ?>" class="button btn-common btn-small input-sm pull-right">
<i class="icinga-icon-remove"></i> <?= $this->img('img/icons/remove.png') ?>"></i>
</a> </a>
<?php } else { ?> <?php } else { ?>
There are 0 comments assigned to the selected items. There are 0 comments assigned to the selected items.

View File

@ -8,7 +8,7 @@
$this->target $this->target
); );
?>" class="button btn-common btn-small input-sm pull-right"> ?>" class="button btn-common btn-small input-sm pull-right">
<i class="icinga-icon-in-downtime"></i> <?= $this->img('img/icons/in_downtime.png') ?>
</a> </a>
</div> </div>
@ -30,7 +30,7 @@
$this->target $this->target
); );
?>" class="button btn-common btn-small input-sm pull-right"> ?>" class="button btn-common btn-small input-sm pull-right">
<i class="icinga-icon-remove"></i> <?= $this->img('img/icons/remove.png') ?>
</a> </a>
<?php } else { ?> <?php } else { ?>
0 Selected items are currently in downtime. 0 Selected items are currently in downtime.