parent
e15b144155
commit
0b1bb54c26
|
@ -16,7 +16,7 @@
|
|||
|
||||
echo (
|
||||
0 === count($versionInfo)
|
||||
? '<p class="fileNotReadable">' . $this->translate(
|
||||
? '<p class="message-error">' . $this->translate(
|
||||
'Can\'t determine Icinga Web 2\'s version'
|
||||
)
|
||||
: '<p>' . nl2br(implode("\n", $versionInfo), false)
|
||||
|
|
|
@ -331,8 +331,7 @@ html {
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
/* TODO: replace this with .error */
|
||||
.fileNotReadable {
|
||||
.message-error {
|
||||
padding: 0.5em;
|
||||
background-color: @colorCritical;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue