From fb59a1cc5159ce227c58e9260b94658d8ca12a73 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Wed, 11 Mar 2020 10:33:22 +0100 Subject: [PATCH] fixed the title size of memory graph in 'system.pm' --- lib/system.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/system.pm b/lib/system.pm index 9dfc4cf..ebe22cc 100644 --- a/lib/system.pm +++ b/lib/system.pm @@ -720,7 +720,6 @@ sub system_cgi { @extra, $zoom, @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:mtotl=$rrd:system_mtotl:AVERAGE", "DEF:mbuff=$rrd:system_mbuff:AVERAGE", @@ -756,7 +755,6 @@ sub system_cgi { @extra, $zoom, @{$cgi->{version12}}, - @{$cgi->{version12_small}}, @{$colors->{graph_colors}}, "DEF:mtotl=$rrd:system_mtotl:AVERAGE", "DEF:mbuff=$rrd:system_mbuff:AVERAGE",