mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
cb748fa379
commit
a8e28bfee4
@ -2,10 +2,10 @@
|
|||||||
// {{{ICINGA_LICENSE_HEADER}}}
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||||||
// {{{ICINGA_LICENSE_HEADER}}}
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||||||
|
|
||||||
use Icinga\Web\Controller\ActionController;
|
use Icinga\Web\Controller\ModuleActionController;
|
||||||
use Icinga\Module\Setup\WebWizard;
|
use Icinga\Module\Setup\WebWizard;
|
||||||
|
|
||||||
class SetupController extends ActionController
|
class Setup_IndexController extends ModuleActionController
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Whether the controller requires the user to be authenticated
|
* Whether the controller requires the user to be authenticated
|
@ -137,9 +137,9 @@ if ($notifications->hasMessages()) {
|
|||||||
</div>
|
</div>
|
||||||
<div class="setup-content">
|
<div class="setup-content">
|
||||||
<?php if ($finished): ?>
|
<?php if ($finished): ?>
|
||||||
<?= $this->render('setup/parts/finish.phtml'); ?>
|
<?= $this->render('index/parts/finish.phtml'); ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $this->render('setup/parts/wizard.phtml'); ?>
|
<?= $this->render('index/parts/wizard.phtml'); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user