diff --git a/library/Icinga/Application/Benchmark.php b/library/Icinga/Application/Benchmark.php index 442c3d6bb..fbe967391 100644 --- a/library/Icinga/Application/Benchmark.php +++ b/library/Icinga/Application/Benchmark.php @@ -165,8 +165,7 @@ class Benchmark $data = self::prepareDataForRendering($what); // TODO: Move formatting to CSS file - $style = 'font-family: monospace; font-size: 1.5em; width: 100%'; - $html = '
%s | ', diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index 8cfd89e93..f7680e2f8 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -137,3 +137,13 @@ table.objectlist { } } +table.benchmark { + margin: 1em 1% 1em 1%; + font-family: monospace; + font-size: 1em; + width: 96%; +} + +.dashboard table.benchmark { + font-size: 0.9em; +}