mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 13:24:24 +02:00
lib: Make Dashboard::$tabs protected
The SearchDashboard has to override Dashboard::getTabs() in order to set up the correct tab.
This commit is contained in:
parent
863330e50d
commit
139baffdc6
@ -36,7 +36,7 @@ class Dashboard extends AbstractWidget
|
|||||||
*
|
*
|
||||||
* @var Tabs
|
* @var Tabs
|
||||||
*/
|
*/
|
||||||
private $tabs;
|
protected $tabs;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The parameter that will be added to identify panes
|
* The parameter that will be added to identify panes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user