diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index c5d7cc906..21c808e5e 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -604,6 +604,7 @@ class Monitoring_ListController extends Controller $this->applyFilter($query); + $this->filterQuery($query); $this->setupSortControl(array( 'timestamp' => 'Occurence' )); diff --git a/modules/monitoring/application/views/scripts/list/eventhistory.phtml b/modules/monitoring/application/views/scripts/list/eventhistory.phtml index 32f61ca44..c765b41be 100644 --- a/modules/monitoring/application/views/scripts/list/eventhistory.phtml +++ b/modules/monitoring/application/views/scripts/list/eventhistory.phtml @@ -1,8 +1,10 @@ compact): ?>
- tabs->render($this); ?> + tabs ?>
- translate('Sort by'); ?> sortControl->render($this); ?> +
+ translate('Sort by') ?> sortControl ?> +
widget('limiter', array('url' => $this->url, 'max' => $this->history->count())); ?> @@ -12,6 +14,7 @@
+filterEditor ?> translate('No history events matching the filter') ?>