Skip to content

Commit

Permalink
Wizard: Rerender layout on login
Browse files Browse the repository at this point in the history
fixes #9789
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent f6e6767 commit e416a44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<?php if ($success): ?>
<?= $this->qlink(
$this->translate('Login to Icinga Web 2'),
'authentication/login',
'authentication/login?renderLayout',
null,
array(
'class' => 'button-like login',
Expand All @@ -30,4 +30,4 @@
<pre class="log-output"><?= join("\n\n", array_map(function($a) {
return join("\n", $a);
}, $report)); ?></pre>
</div>
</div>

0 comments on commit e416a44

Please sign in to comment.