mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 18:59:04 +02:00
parent
bcae387165
commit
4528e452aa
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
namespace Icinga\Forms\Config;
|
namespace Icinga\Forms\Config;
|
||||||
|
|
||||||
|
use Icinga\Forms\Config\General\ProxyConfigForm;
|
||||||
use Icinga\Web\Notification;
|
use Icinga\Web\Notification;
|
||||||
use Icinga\Forms\ConfigForm;
|
use Icinga\Forms\ConfigForm;
|
||||||
use Icinga\Forms\Config\General\LoggingConfigForm;
|
use Icinga\Forms\Config\General\LoggingConfigForm;
|
||||||
@ -30,8 +31,10 @@ class GeneralConfigForm extends ConfigForm
|
|||||||
{
|
{
|
||||||
$appConfigForm = new ApplicationConfigForm();
|
$appConfigForm = new ApplicationConfigForm();
|
||||||
$loggingConfigForm = new LoggingConfigForm();
|
$loggingConfigForm = new LoggingConfigForm();
|
||||||
|
$proxyConfigForm = new ProxyConfigForm();
|
||||||
$this->addElements($appConfigForm->createElements($formData)->getElements());
|
$this->addElements($appConfigForm->createElements($formData)->getElements());
|
||||||
$this->addElements($loggingConfigForm->createElements($formData)->getElements());
|
$this->addElements($loggingConfigForm->createElements($formData)->getElements());
|
||||||
|
$this->addElements($proxyConfigForm->createElements($formData)->getElements());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user