diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 709dd1503..9ffc6c498 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -75,7 +75,6 @@ class Monitoring_ListController extends Controller { $this->backend = Backend::createBackend($this->_getParam('backend')); $this->createTabs(); - $this->view->activeRowHref = $this->getParam('detail'); $this->view->compact = ($this->_request->getParam('view') === 'compact'); }