mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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->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…
x
Reference in New Issue
Block a user