mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Executes db explorer queires automatically on user click
Clicking on flow details (e.g., protocol or src or dst) automatically redirects the user to the db explorer page and preserves selection details (pro version).
This commit is contained in:
parent
c25a9a632d
commit
926a57f658
4 changed files with 6 additions and 5 deletions
|
|
@ -1231,10 +1231,11 @@ print [[
|
|||
|
||||
|
||||
var table4 = $("#table-flows4").datatable(graph_options4);
|
||||
]]
|
||||
end
|
||||
print[[
|
||||
}); // closes the event handler on shown.bs.tab
|
||||
]]
|
||||
end
|
||||
|
||||
|
||||
if((limitv6 == nil) or (limitv6 == "") or (limitv6 == "0")) then print("</script>") return end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue