Merge pull request #4636 from Icinga/fix/stylesheet-cannot-be-rendered-on-cli-4635
StyleSheet: Use an absolute path to load responsive login orbs
This commit is contained in:
commit
42963d1c1e
|
@ -176,7 +176,7 @@ class StyleSheet
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! $themePath || in_array($theme, self::THEME_WHITELIST, true)) {
|
if (! $themePath || in_array($theme, self::THEME_WHITELIST, true)) {
|
||||||
$this->lessCompiler->addLessFile('css/icinga/login-orbs.less');
|
$this->lessCompiler->addLessFile($this->pubPath . '/css/icinga/login-orbs.less');
|
||||||
}
|
}
|
||||||
|
|
||||||
$mode = 'none';
|
$mode = 'none';
|
||||||
|
|
Loading…
Reference in New Issue