Event history: display filter editor

refs #6638
This commit is contained in:
Alexander Klimov 2014-11-26 16:07:33 +01:00
parent badad1df44
commit 0b3e306b8a
2 changed files with 2 additions and 0 deletions

View File

@ -604,6 +604,7 @@ class Monitoring_ListController extends Controller
$this->applyFilter($query);
$this->filterQuery($query);
$this->setupSortControl(array(
'timestamp' => 'Occurence'
));

View File

@ -14,6 +14,7 @@
<?php endif ?>
<div class="content">
<?= $this->filterEditor ?>
<?php if (empty($history)): ?>
<?= $this->translate('No history events matching the filter') ?>
</div>