mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
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…
x
Reference in New Issue
Block a user