mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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',
|
||||
$module->getName(),
|
||||
array(
|
||||
'label' => ucfirst($module->getName())
|
||||
'label' => ucfirst($module->getName()),
|
||||
'value' => $module->getName() === 'monitoring' ? 1 : 0
|
||||
)
|
||||
);
|
||||
$this->addElement(
|
||||
|
Loading…
x
Reference in New Issue
Block a user