parent
cb748fa379
commit
a8e28bfee4
|
@ -2,10 +2,10 @@
|
|||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
use Icinga\Web\Controller\ActionController;
|
||||
use Icinga\Web\Controller\ModuleActionController;
|
||||
use Icinga\Module\Setup\WebWizard;
|
||||
|
||||
class SetupController extends ActionController
|
||||
class Setup_IndexController extends ModuleActionController
|
||||
{
|
||||
/**
|
||||
* Whether the controller requires the user to be authenticated
|
|
@ -137,9 +137,9 @@ if ($notifications->hasMessages()) {
|
|||
</div>
|
||||
<div class="setup-content">
|
||||
<?php if ($finished): ?>
|
||||
<?= $this->render('setup/parts/finish.phtml'); ?>
|
||||
<?= $this->render('index/parts/finish.phtml'); ?>
|
||||
<?php else: ?>
|
||||
<?= $this->render('setup/parts/wizard.phtml'); ?>
|
||||
<?= $this->render('index/parts/wizard.phtml'); ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue