mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Some more HTML fixes
This commit is contained in:
parent
77dada8318
commit
9ac77de47c
@ -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',
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user