mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add stacked top user scripts chart
This commit is contained in:
parent
13a7b8ba67
commit
63660b59f4
7 changed files with 17 additions and 7 deletions
|
|
@ -76,6 +76,11 @@ if tags.ifid then
|
|||
interface.select(tags.ifid)
|
||||
end
|
||||
|
||||
if(ts_schema == "top:user_script:duration") then
|
||||
-- NOTE: Temporary fix for top user scripts page
|
||||
tags.user_script = nil
|
||||
end
|
||||
|
||||
sendHTTPHeader('application/json')
|
||||
|
||||
local function performQuery(tstart, tend, keep_total, additional_options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue