mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Use the requiresSetup variable instead of configMissing in login.phtml
This commit is contained in:
parent
250e05f2e8
commit
74ce666cd8
@ -15,7 +15,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->form ?>
|
<?= $this->form ?>
|
||||||
<div class="footer">Icinga Web 2 © 2013-2014<br><a href="https://www.icinga.org">The Icinga Project</a></div>
|
<div class="footer">Icinga Web 2 © 2013-2014<br><a href="https://www.icinga.org">The Icinga Project</a></div>
|
||||||
<?php if ($configMissing): ?>
|
<?php if ($requiresSetup): ?>
|
||||||
<div class="config-note"><?= sprintf(
|
<div class="config-note"><?= sprintf(
|
||||||
t(
|
t(
|
||||||
'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in without any defined '
|
'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in without any defined '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user