luci-app-statistics: fix comment
Update comment to reflect 'noavg' option introduced by 64bb82d03 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
359a7cb36d
commit
b95ac83ffd
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ return baseclass.extend({
|
|||
if (!gopts.rrasingle)
|
||||
_args.push('GPRINT:%s_min:MIN:\tMin\\: %s'.format(source.sname, numfmt));
|
||||
|
||||
/* always include AVERAGE */
|
||||
/* don't include AVERAGE if noavg option is set */
|
||||
if (!source.noavg)
|
||||
_args.push('GPRINT:%s_avg:AVERAGE:\tAvg\\: %s'.format(source.sname, numfmt));
|
||||
|
||||
|
|
Loading…
Reference in a new issue