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()
|
||||
{
|
||||
$this->backend = Backend::createBackend($this->_getParam('backend'));
|
||||
$this->view->grapher = Hook::first('grapher');
|
||||
$this->createTabs();
|
||||
$this->view->activeRowHref = $this->getParam('detail');
|
||||
$this->view->compact = ($this->_request->getParam('view') === 'compact');
|
||||
|
|
Loading…
Reference in New Issue