mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
configuration.php: Provide setup integration
This commit is contained in:
parent
1c63687553
commit
91987d84fc
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue