parent
badad1df44
commit
0b3e306b8a
|
@ -604,6 +604,7 @@ class Monitoring_ListController extends Controller
|
|||
|
||||
$this->applyFilter($query);
|
||||
|
||||
$this->filterQuery($query);
|
||||
$this->setupSortControl(array(
|
||||
'timestamp' => 'Occurence'
|
||||
));
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
<?php endif ?>
|
||||
|
||||
<div class="content">
|
||||
<?= $this->filterEditor ?>
|
||||
<?php if (empty($history)): ?>
|
||||
<?= $this->translate('No history events matching the filter') ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue