mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-11 09:31:31 -04:00
parent
f6e67670e6
commit
e416a445a3
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
@ -30,4 +30,4 @@
|
|||
<pre class="log-output"><?= join("\n\n", array_map(function($a) {
|
||||
return join("\n", $a);
|
||||
}, $report)); ?></pre>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue