mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix alert counters for filtered alerts
This commit is contained in:
parent
715255412b
commit
4fa2950f8a
4 changed files with 26 additions and 16 deletions
|
|
@ -823,7 +823,6 @@ print [[
|
|||
error: function(content) { console.log("Host Top Peers: Parse error"); },
|
||||
success: function(content) {
|
||||
var rsp;
|
||||
|
||||
// set crossfilter
|
||||
var ndx = crossfilter(content),
|
||||
protocolDim = ndx.dimension(function(d) {return d.l7proto;}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue