mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 03:09:10 +02:00
DashboardManager: Remove unused property
This commit is contained in:
parent
997517dc8d
commit
7fcc2caae5
@ -10,7 +10,6 @@ use Icinga\Exception\ProgrammingError;
|
|||||||
use Icinga\Model;
|
use Icinga\Model;
|
||||||
use Icinga\Web\Dashboard\Dashboard;
|
use Icinga\Web\Dashboard\Dashboard;
|
||||||
use Icinga\Web\Dashboard\DashboardHome;
|
use Icinga\Web\Dashboard\DashboardHome;
|
||||||
use Icinga\Web\Dashboard\Pane;
|
|
||||||
use Icinga\Util\DBUtils;
|
use Icinga\Util\DBUtils;
|
||||||
use ipl\Stdlib\Filter;
|
use ipl\Stdlib\Filter;
|
||||||
|
|
||||||
@ -18,13 +17,6 @@ trait DashboardManager
|
|||||||
{
|
{
|
||||||
use DashboardUserManager;
|
use DashboardUserManager;
|
||||||
|
|
||||||
/**
|
|
||||||
* A list of default panes loaded from monitoring|icingadb module
|
|
||||||
*
|
|
||||||
* @var Pane[]
|
|
||||||
*/
|
|
||||||
private static $defaultPanes = [];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load the given or all homes (null)
|
* Load the given or all homes (null)
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user