mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Hooks: remove last traces of Web\Hook
This commit is contained in:
parent
04cdf624c0
commit
c6cd99f9db
@ -4,7 +4,7 @@ namespace Icinga\Module\Director\Forms;
|
|||||||
|
|
||||||
use Icinga\Exception\ConfigurationError;
|
use Icinga\Exception\ConfigurationError;
|
||||||
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
||||||
use Icinga\Web\Hook;
|
use Icinga\Application\Hook;
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
class DirectorDatafieldForm extends DirectorObjectForm
|
class DirectorDatafieldForm extends DirectorObjectForm
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
namespace Icinga\Module\Director\Forms;
|
namespace Icinga\Module\Director\Forms;
|
||||||
|
|
||||||
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
||||||
use Icinga\Web\Hook;
|
|
||||||
|
|
||||||
class ImportRowModifierForm extends DirectorObjectForm
|
class ImportRowModifierForm extends DirectorObjectForm
|
||||||
{
|
{
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Forms;
|
namespace Icinga\Module\Director\Forms;
|
||||||
|
|
||||||
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
use Exception;
|
||||||
use Icinga\Exception\InvalidPropertyException;
|
use Icinga\Exception\InvalidPropertyException;
|
||||||
|
use Icinga\Module\Director\Hook\ImportSourceHook;
|
||||||
use Icinga\Module\Director\Objects\SyncRule;
|
use Icinga\Module\Director\Objects\SyncRule;
|
||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
use Icinga\Module\Director\Objects\ImportSource;
|
use Icinga\Module\Director\Objects\ImportSource;
|
||||||
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
||||||
use Exception;
|
|
||||||
|
|
||||||
class SyncPropertyForm extends DirectorObjectForm
|
class SyncPropertyForm extends DirectorObjectForm
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
namespace Icinga\Module\Director\Forms;
|
namespace Icinga\Module\Director\Forms;
|
||||||
|
|
||||||
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
use Icinga\Module\Director\Web\Form\DirectorObjectForm;
|
||||||
use Icinga\Web\Hook;
|
|
||||||
|
|
||||||
class SyncRuleForm extends DirectorObjectForm
|
class SyncRuleForm extends DirectorObjectForm
|
||||||
{
|
{
|
||||||
|
@ -4,8 +4,8 @@ namespace Icinga\Module\Director\Tables;
|
|||||||
|
|
||||||
use Icinga\Data\DataArray\ArrayDatasource;
|
use Icinga\Data\DataArray\ArrayDatasource;
|
||||||
use Icinga\Data\Paginatable;
|
use Icinga\Data\Paginatable;
|
||||||
|
use Icinga\Module\Director\Hook\ImportSourceHook;
|
||||||
use Icinga\Module\Director\Objects\ImportSource;
|
use Icinga\Module\Director\Objects\ImportSource;
|
||||||
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
|
||||||
use Icinga\Module\Director\Web\Table\QuickTable;
|
use Icinga\Module\Director\Web\Table\QuickTable;
|
||||||
|
|
||||||
class ImportsourceHookTable extends QuickTable
|
class ImportsourceHookTable extends QuickTable
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\IcingaConfig;
|
namespace Icinga\Module\Director\IcingaConfig;
|
||||||
|
|
||||||
|
use Icinga\Application\Benchmark;
|
||||||
|
use Icinga\Application\Hook;
|
||||||
use Icinga\Exception\ProgrammingError;
|
use Icinga\Exception\ProgrammingError;
|
||||||
use Icinga\Module\Director\Db;
|
use Icinga\Module\Director\Db;
|
||||||
use Icinga\Module\Director\Util;
|
use Icinga\Module\Director\Util;
|
||||||
use Icinga\Module\Director\Objects\IcingaHost;
|
use Icinga\Module\Director\Objects\IcingaHost;
|
||||||
use Icinga\Module\Director\Objects\IcingaZone;
|
use Icinga\Module\Director\Objects\IcingaZone;
|
||||||
use Icinga\Module\Director\Objects\IcingaEndpoint;
|
use Icinga\Module\Director\Objects\IcingaEndpoint;
|
||||||
use Icinga\Application\Benchmark;
|
|
||||||
use Icinga\Web\Hook;
|
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
class IcingaConfig
|
class IcingaConfig
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
namespace Icinga\Module\Director\Import;
|
namespace Icinga\Module\Director\Import;
|
||||||
|
|
||||||
|
use Icinga\Exception\IcingaException;
|
||||||
|
use Icinga\Module\Director\Hook\ImportSourceHook;
|
||||||
use Icinga\Module\Director\Objects\ImportSource;
|
use Icinga\Module\Director\Objects\ImportSource;
|
||||||
use Icinga\Module\Director\Util;
|
use Icinga\Module\Director\Util;
|
||||||
use Icinga\Module\Director\Web\Hook\ImportSourceHook;
|
|
||||||
use Icinga\Exception\IcingaException;
|
|
||||||
use stdClass;
|
use stdClass;
|
||||||
|
|
||||||
class Import
|
class Import
|
||||||
|
Loading…
x
Reference in New Issue
Block a user