mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
setup: Make sure CSS and JS is being reloaded prior first login
This commit is contained in:
parent
37c982a044
commit
0ac92a44ce
@ -8,10 +8,11 @@
|
|||||||
<?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?renderLayout',
|
'authentication/login',
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'class' => 'button-link login',
|
'class' => 'button-link login',
|
||||||
|
'data-no-icinga-ajax' => true,
|
||||||
'title' => $this->translate('Show the login page of Icinga Web 2')
|
'title' => $this->translate('Show the login page of Icinga Web 2')
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user