Monitoring/ListController: Remove variable activeRowHref from view

The variable grapher activeRowHref is not being used anywhere.
This commit is contained in:
Eric Lippmann 2014-05-07 09:29:58 +02:00
parent 3afcf277bd
commit cfdb695c94
1 changed files with 0 additions and 1 deletions

View File

@ -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');
}