Use the requiresSetup variable instead of configMissing in login.phtml

This commit is contained in:
Eric Lippmann 2014-12-29 14:31:07 +01:00
parent 250e05f2e8
commit 74ce666cd8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<?php endif ?>
<?= $this->form ?>
<div class="footer">Icinga Web 2 &copy; 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(
t(
'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in without any defined '