parent
83a0e53a46
commit
1f7c8c712f
|
@ -223,3 +223,9 @@ $dashboard->add(
|
||||||
$this->translate('Host Problems'),
|
$this->translate('Host Problems'),
|
||||||
'monitoring/list/hosts?host_problem=1&sort=host_severity'
|
'monitoring/list/hosts?host_problem=1&sort=host_severity'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* CSS
|
||||||
|
*/
|
||||||
|
$this->provideCssFile('colors.less');
|
||||||
|
$this->provideCssFile('service-grid.less');
|
||||||
|
|
Loading…
Reference in New Issue