Monitoring/ListController: Remove variable activeRowHref from view
The variable grapher activeRowHref is not being used anywhere.
This commit is contained in:
parent
3afcf277bd
commit
cfdb695c94
|
@ -75,7 +75,6 @@ class Monitoring_ListController extends Controller
|
||||||
{
|
{
|
||||||
$this->backend = Backend::createBackend($this->_getParam('backend'));
|
$this->backend = Backend::createBackend($this->_getParam('backend'));
|
||||||
$this->createTabs();
|
$this->createTabs();
|
||||||
$this->view->activeRowHref = $this->getParam('detail');
|
|
||||||
$this->view->compact = ($this->_request->getParam('view') === 'compact');
|
$this->view->compact = ($this->_request->getParam('view') === 'compact');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue