mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 05:14:25 +02:00
Pre-select the monitoring module in the setup wizard
It's TEH module!!1 refs #8191
This commit is contained in:
parent
913143f3a8
commit
71fd1036de
@ -34,7 +34,8 @@ class ModulePage extends Form
|
|||||||
'checkbox',
|
'checkbox',
|
||||||
$module->getName(),
|
$module->getName(),
|
||||||
array(
|
array(
|
||||||
'label' => ucfirst($module->getName())
|
'label' => ucfirst($module->getName()),
|
||||||
|
'value' => $module->getName() === 'monitoring' ? 1 : 0
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user