mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
b223914153
commit
c90adc1966
@ -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…
x
Reference in New Issue
Block a user