From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] graph.pl: fix intendation of user CPU load Date: Mon, 27 Apr 2020 16:47:40 +0100 Message-ID: <8114055F-5F89-4CBC-999A-5ADF9D3F3FF8@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4786186317446248038==" List-Id: --===============4786186317446248038== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 27 Apr 2020, at 16:41, Peter M=C3=BCller wr= ote: >=20 > Signed-off-by: Peter M=C3=BCller > --- > config/cfgroot/graphs.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 = 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" > --=20 > 2.16.4 --===============4786186317446248038==--