mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 00:22:45 -04:00
parent
b223914153
commit
c90adc1966
2 changed files with 11 additions and 0 deletions
|
|
@ -352,5 +352,6 @@ $dashboard->add(
|
|||
* CSS
|
||||
*/
|
||||
$this->provideCssFile('colors.less');
|
||||
$this->provideCssFile('plugin-output.less');
|
||||
$this->provideCssFile('service-grid.less');
|
||||
$this->provideCssFile('tables.less');
|
||||
|
|
|
|||
10
modules/monitoring/public/css/plugin-output.less
Normal file
10
modules/monitoring/public/css/plugin-output.less
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
p.plugin-output {
|
||||
.text-small();
|
||||
font-family: @font-family-fixed;
|
||||
}
|
||||
|
||||
pre.plugin-output {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
Loading…
Reference in a new issue