mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
monitoring: optimize imports in the backend configuration form
This commit is contained in:
parent
c1aff80f7b
commit
d595541d42
@ -5,10 +5,10 @@
|
|||||||
namespace Icinga\Module\Monitoring\Forms\Config;
|
namespace Icinga\Module\Monitoring\Forms\Config;
|
||||||
|
|
||||||
use InvalidArgumentException;
|
use InvalidArgumentException;
|
||||||
use Icinga\Web\Notification;
|
|
||||||
use Icinga\Forms\ConfigForm;
|
|
||||||
use Icinga\Application\Config;
|
use Icinga\Application\Config;
|
||||||
use Icinga\Exception\ConfigurationError;
|
use Icinga\Exception\ConfigurationError;
|
||||||
|
use Icinga\Forms\ConfigForm;
|
||||||
|
use Icinga\Web\Notification;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Form class for creating/modifying monitoring backends
|
* Form class for creating/modifying monitoring backends
|
||||||
|
Loading…
x
Reference in New Issue
Block a user