mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
ab93969944
commit
c3e3a4127d
@ -26,6 +26,16 @@ class GeneralConfigPage extends Form
|
|||||||
*/
|
*/
|
||||||
public function createElements(array $formData)
|
public function createElements(array $formData)
|
||||||
{
|
{
|
||||||
|
$this->addElement(
|
||||||
|
'note',
|
||||||
|
'description',
|
||||||
|
array(
|
||||||
|
'value' => t(
|
||||||
|
'Now please adjust all application and logging related configuration options to fit your needs.'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
$appForm = new ApplicationConfigForm();
|
$appForm = new ApplicationConfigForm();
|
||||||
$this->addElement($appForm->createElements($formData)->getElement('global_modulePath'));
|
$this->addElement($appForm->createElements($formData)->getElement('global_modulePath'));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user