From: Peter Müller Date: Mon, 27 Apr 2020 15:41:47 +0000 (+0200) Subject: graph.pl: fix intendation of user CPU load X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33954320f9219f4472dc650ec7699457f72dce85;p=people%2Fms%2Fipfire-2.x.git graph.pl: fix intendation of user CPU load Signed-off-by: Peter Müller Reviewed-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 8a32a645d4..a7b82fed3f 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -225,7 +225,7 @@ sub updatecpugraph { ,"GPRINT:stealpct:MIN:%3.2lf%%" ,"GPRINT:stealpct:LAST:%3.2lf%%\\j" ,"STACK:userpct".$color{"color11"}."A0:".sprintf("%-25s",$Lang::tr{'cpu user usage'}) - ,"GPRINT:userpct:MAX:%3.2lf%%" + ,"GPRINT:userpct:MAX:%3.1lf%%" ,"GPRINT:userpct:AVERAGE:%3.2lf%%" ,"GPRINT:userpct:MIN:%3.2lf%%" ,"GPRINT:userpct:LAST:%3.2lf%%\\j"