mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Workaround for default tab issue on Dashboard, should be fixed elsewhere
This commit is contained in:
parent
e00e5c9824
commit
585b3aa506
@ -117,6 +117,8 @@ class DashboardController extends ActionController
|
|||||||
if ($this->_getParam('pane')) {
|
if ($this->_getParam('pane')) {
|
||||||
$pane = $this->_getParam('pane');
|
$pane = $this->_getParam('pane');
|
||||||
$dashboard->activate($pane);
|
$dashboard->activate($pane);
|
||||||
|
} else {
|
||||||
|
$dashboard->determineActivePane();
|
||||||
}
|
}
|
||||||
$this->view->tabs = $dashboard->getTabs();
|
$this->view->tabs = $dashboard->getTabs();
|
||||||
$this->view->tabs->add(
|
$this->view->tabs->add(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user