mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Temporarily remove 'plus' link from dashboard
This commit is contained in:
parent
e6fc6375b5
commit
d729d9381d
@ -126,6 +126,7 @@ class DashboardController extends ActionController
|
|||||||
}
|
}
|
||||||
$this->view->title = $dashboard->getActivePane()->getTitle() . ' :: Dashboard';
|
$this->view->title = $dashboard->getActivePane()->getTitle() . ' :: Dashboard';
|
||||||
$this->view->tabs = $dashboard->getTabs();
|
$this->view->tabs = $dashboard->getTabs();
|
||||||
|
/* Temporarily removed
|
||||||
$this->view->tabs->add(
|
$this->view->tabs->add(
|
||||||
'Add',
|
'Add',
|
||||||
array(
|
array(
|
||||||
@ -133,6 +134,7 @@ class DashboardController extends ActionController
|
|||||||
'url' => Url::fromPath('dashboard/addurl')
|
'url' => Url::fromPath('dashboard/addurl')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
$this->view->dashboard = $dashboard;
|
$this->view->dashboard = $dashboard;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user