Web/Form: fix dark mode for clone forms

fixes #2670
This commit is contained in:
Thomas Gelf 2023-03-07 14:30:56 +01:00
parent bec49d1230
commit 7d5d5b38ba
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
namespace Icinga\Module\Director\Web\Form;
use gipfl\Web\Form;
use Icinga\Module\Director\Data\Exporter;
use ipl\Html\Form;
use Icinga\Module\Director\Data\ObjectImporter;
use Icinga\Module\Director\Db;
use ipl\Html\FormDecorator\DdDtDecorator;

View File

@ -2,8 +2,8 @@
namespace Icinga\Module\Director\Web\Form;
use gipfl\Web\Form;
use Icinga\Module\Director\Data\Exporter;
use ipl\Html\Form;
use Icinga\Module\Director\Data\ObjectImporter;
use Icinga\Module\Director\Db;
use ipl\Html\FormDecorator\DdDtDecorator;