mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Monitoring/ListController: Remove variable grapher from view
The variable grapher retrieved as first available grapher hook is not being used anywhere.
This commit is contained in:
parent
d87788b9c1
commit
3afcf277bd
@ -74,7 +74,6 @@ class Monitoring_ListController extends Controller
|
|||||||
public function init()
|
public function init()
|
||||||
{
|
{
|
||||||
$this->backend = Backend::createBackend($this->_getParam('backend'));
|
$this->backend = Backend::createBackend($this->_getParam('backend'));
|
||||||
$this->view->grapher = Hook::first('grapher');
|
|
||||||
$this->createTabs();
|
$this->createTabs();
|
||||||
$this->view->activeRowHref = $this->getParam('detail');
|
$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