parent
f3531ca6df
commit
2e5e2b3133
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
<div class="form" data-base-target="layout">
|
||||
<?php if ($requiresSetup): ?>
|
||||
<p class="form-errors"><?= sprintf(
|
||||
<p class="config-note"><?= 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'
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
margin: 0 auto 2.5em;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background-color: @colorCritical;
|
||||
background-color: @color-critical;
|
||||
|
||||
a {
|
||||
color: @text-color-inverted;
|
||||
|
|
Loading…
Reference in New Issue