mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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->createTabs();
|
||||
$this->view->activeRowHref = $this->getParam('detail');
|
||||
$this->view->compact = ($this->_request->getParam('view') === 'compact');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user