mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 05:14:25 +02:00
parent
b223914153
commit
c90adc1966
@ -352,5 +352,6 @@ $dashboard->add(
|
|||||||
* CSS
|
* CSS
|
||||||
*/
|
*/
|
||||||
$this->provideCssFile('colors.less');
|
$this->provideCssFile('colors.less');
|
||||||
|
$this->provideCssFile('plugin-output.less');
|
||||||
$this->provideCssFile('service-grid.less');
|
$this->provideCssFile('service-grid.less');
|
||||||
$this->provideCssFile('tables.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