BackgroundDaemonState: move to widgets
This commit is contained in:
parent
660aaf6293
commit
3d0497d003
|
@ -5,7 +5,7 @@ namespace Icinga\Module\Director\Web\Tabs;
|
|||
use gipfl\Translation\TranslationHelper;
|
||||
use gipfl\IcingaWeb2\Widget\Tabs;
|
||||
use Icinga\Authentication\Auth;
|
||||
use Icinga\Module\Director\Daemon\BackgroundDaemonState;
|
||||
use Icinga\Module\Director\Web\Widget\Daemon\BackgroundDaemonState;
|
||||
use Icinga\Module\Director\Db;
|
||||
use Icinga\Module\Director\Health;
|
||||
use Icinga\Module\Director\Web\Widget\HealthCheckPluginOutput;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Module\Director\Daemon;
|
||||
namespace Icinga\Module\Director\Web\Widget\Daemon;
|
||||
|
||||
use Icinga\Module\Director\Daemon\RunningDaemonInfo;
|
||||
use Icinga\Module\Director\Db;
|
||||
|
||||
class BackgroundDaemonState
|
Loading…
Reference in New Issue