From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] graph.pl: fix intendation of user CPU load Date: Mon, 27 Apr 2020 17:41:47 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5126073723655656714==" List-Id: --===============5126073723655656714== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- config/cfgroot/graphs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 1bed49fa3..c3a2a14e9 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 u= ser 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" --=20 2.16.4 --===============5126073723655656714==--