configuration.php: Provide setup integration

This commit is contained in:
Johannes Meyer 2020-04-17 16:45:35 +02:00
parent 1c63687553
commit 91987d84fc

View file

@ -7,7 +7,11 @@ namespace Icinga\Module\Icingadb
use Icinga\Authentication\Auth;
/** @var \Icinga\Application\Modules\Module $this */
$section = $this->menuSection(N_('Icinga DB'), [
$this->provideSetupWizard('Icinga\Module\Icingadb\Setup\IcingaDbWizard');
/** @var \Icinga\Application\Modules\Module $this */
$section = $this->menuSection('Icinga DB', [
'icon' => 'database',
'priority' => 30
]);