mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
parent
e15b144155
commit
0b1bb54c26
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
echo (
|
echo (
|
||||||
0 === count($versionInfo)
|
0 === count($versionInfo)
|
||||||
? '<p class="fileNotReadable">' . $this->translate(
|
? '<p class="message-error">' . $this->translate(
|
||||||
'Can\'t determine Icinga Web 2\'s version'
|
'Can\'t determine Icinga Web 2\'s version'
|
||||||
)
|
)
|
||||||
: '<p>' . nl2br(implode("\n", $versionInfo), false)
|
: '<p>' . nl2br(implode("\n", $versionInfo), false)
|
||||||
|
@ -331,8 +331,7 @@ html {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: replace this with .error */
|
.message-error {
|
||||||
.fileNotReadable {
|
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
background-color: @colorCritical;
|
background-color: @colorCritical;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user