mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
badad1df44
commit
0b3e306b8a
@ -604,6 +604,7 @@ class Monitoring_ListController extends Controller
|
|||||||
|
|
||||||
$this->applyFilter($query);
|
$this->applyFilter($query);
|
||||||
|
|
||||||
|
$this->filterQuery($query);
|
||||||
$this->setupSortControl(array(
|
$this->setupSortControl(array(
|
||||||
'timestamp' => 'Occurence'
|
'timestamp' => 'Occurence'
|
||||||
));
|
));
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<?= $this->filterEditor ?>
|
||||||
<?php if (empty($history)): ?>
|
<?php if (empty($history)): ?>
|
||||||
<?= $this->translate('No history events matching the filter') ?>
|
<?= $this->translate('No history events matching the filter') ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user