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->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(
'service_last_check' => 'Last Service Check',
'service_severity' => 'Severity',

View File

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

View File

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