Wizard: Rerender layout on login

fixes #9789
This commit is contained in:
Eric Lippmann 2015-09-29 19:37:18 +02:00
parent f6e67670e6
commit e416a445a3

View File

@ -8,7 +8,7 @@
<?php if ($success): ?> <?php if ($success): ?>
<?= $this->qlink( <?= $this->qlink(
$this->translate('Login to Icinga Web 2'), $this->translate('Login to Icinga Web 2'),
'authentication/login', 'authentication/login?renderLayout',
null, null,
array( array(
'class' => 'button-like login', 'class' => 'button-like login',
@ -30,4 +30,4 @@
<pre class="log-output"><?= join("\n\n", array_map(function($a) { <pre class="log-output"><?= join("\n\n", array_map(function($a) {
return join("\n", $a); return join("\n", $a);
}, $report)); ?></pre> }, $report)); ?></pre>
</div> </div>