mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +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
|
|
@ -987,7 +987,7 @@ function generateExporterInterfaceLink(ip, interface)
|
|||
exporter_uuid, exporter_ifid = exporters_utils.getExporterUUID(ip)
|
||||
|
||||
return string.format(
|
||||
"%s/lua/pro/enterprise/flowdevice_interface_details.lua?ip=%s&snmp_port_idx=%s&ifid=%s",
|
||||
"%s/lua/pro/exporter_interface_overview?deviceIP=%s&ifIdx=%s&ifid=%s",
|
||||
ntop.getHttpPrefix(), ip, interface, exporter_ifid)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue