Skip to content

Commit

Permalink
DashboardManager: Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed May 20, 2022
1 parent abd54f3 commit 2428d00
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions library/Icinga/Web/Dashboard/Common/DashboardManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,13 @@
use Icinga\Model;
use Icinga\Web\Dashboard\Dashboard;
use Icinga\Web\Dashboard\DashboardHome;
use Icinga\Web\Dashboard\Pane;
use Icinga\Util\DBUtils;
use ipl\Stdlib\Filter;

trait DashboardManager
{
use DashboardUserManager;

/**
* A list of default panes loaded from monitoring|icingadb module
*
* @var Pane[]
*/
private static $defaultPanes = [];

/**
* Load the given or all homes (null)
*
Expand Down

0 comments on commit 2428d00

Please sign in to comment.