mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Make module CSS (less) filename accessible
This commit is contained in:
parent
3cfa05d420
commit
6b027a0dc3
@ -225,6 +225,11 @@ class Module
|
||||
return file_exists($this->getCssFilename());
|
||||
}
|
||||
|
||||
public function getCssFilename()
|
||||
{
|
||||
return $this->cssdir . '/module.less';
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for module name
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user