CSS: Use form-errors instead of config-note in the login view script
refs #5543
This commit is contained in:
parent
5fbb3893e2
commit
591ccd0378
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
<div class="form" data-base-target="layout">
|
||||
<?php if ($requiresSetup): ?>
|
||||
<p class="config-note"><?= sprintf(
|
||||
<p class="form-errors"><?= sprintf(
|
||||
$this->translate(
|
||||
'It appears that you did not configure Icinga Web 2 yet so it\'s not possible to log in without any defined '
|
||||
. 'authentication method. Please define a authentication method by following the instructions in the'
|
||||
|
|
Loading…
Reference in New Issue