Reviewed-by: Michael Tremer > On 27 Apr 2020, at 16:41, Peter Müller wrote: > > Signed-off-by: Peter Müller > --- > 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 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" > -- > 2.16.4