mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
f6e67670e6
commit
e416a445a3
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user