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