mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
StyleSheet: Use an absolute path to load responsive login orbs
This commit is contained in:
parent
316885b271
commit
ffc977846a
@ -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…
x
Reference in New Issue
Block a user