mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Improved formatting for total calls in redis stats (#9053)
This commit is contained in:
parent
6d2f9213eb
commit
0a75994a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ for command, hits in pairs(commands_stats) do
|
|||
key = command,
|
||||
name = string.upper(string.sub(command, 5)),
|
||||
},
|
||||
hits = hits
|
||||
hits = formatValue(hits)
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue