mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Totally reworked navigation between probes/exporters pages
This commit is contained in:
parent
fbecc9fc01
commit
e7392db79f
17 changed files with 827 additions and 410 deletions
|
|
@ -404,7 +404,7 @@ function graph_utils.drawNewGraphs(source_value_object)
|
|||
|
||||
-- Interface stats
|
||||
local ifstats = interface.getStats()
|
||||
local ifid = ifstats.id
|
||||
local ifid = (source_value_object.ifid) or (ifstats.id)
|
||||
|
||||
-- Check extraction permissions
|
||||
local traffic_extraction_permitted =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue