Change route icingaweb/setup/setup to icingaweb/setup

refs #7163
This commit is contained in:
Johannes Meyer 2014-11-10 16:43:37 +01:00
parent cb748fa379
commit a8e28bfee4
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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>