diff --git a/modules/monitoring/application/controllers/HostsController.php b/modules/monitoring/application/controllers/HostsController.php index bee978637..070f4f75c 100644 --- a/modules/monitoring/application/controllers/HostsController.php +++ b/modules/monitoring/application/controllers/HostsController.php @@ -58,7 +58,7 @@ class Monitoring_HostsController extends Controller ) )->activate('show'); - $this->view->listAllLink = Url::fromRequest()->setPath('monitoring/list/hosts'); + $this->view->listAllLink = Url::fromRequest()->setPath('monitoring/list/hosts')->setQueryString($filterString); } protected function handleCommandForm(ObjectsCommandForm $form)