BackgroundDaemonState: move to widgets

This commit is contained in:
Thomas Gelf 2019-10-02 19:55:26 +02:00
parent 660aaf6293
commit 3d0497d003
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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