monitoring: Load colors.less and service-grid.less

refs #9538
This commit is contained in:
Eric Lippmann 2015-08-25 14:53:46 +02:00
parent 83a0e53a46
commit 1f7c8c712f
1 changed files with 6 additions and 0 deletions

View File

@ -223,3 +223,9 @@ $dashboard->add(
$this->translate('Host Problems'),
'monitoring/list/hosts?host_problem=1&sort=host_severity'
);
/*
* CSS
*/
$this->provideCssFile('colors.less');
$this->provideCssFile('service-grid.less');