mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added link to asn stats and name to ASN (#9345)
This commit is contained in:
parent
357553b2ae
commit
cbd5ce4e04
3 changed files with 101 additions and 146 deletions
|
|
@ -195,8 +195,9 @@ local function build_interface_exporter(criteria, tot_bytes_exp_if,
|
|||
exporter_nodes[data.exporter_ip] = exporter_node_id
|
||||
end
|
||||
nprobe_stats = search_probe(data.exporter_ip)
|
||||
|
||||
local url = "#"
|
||||
if ntop.isEnterprise() then
|
||||
if ntop.isEnterprise() and nprobe_stats then
|
||||
url = ntop.getHttpPrefix() ..
|
||||
'/lua/pro/enterprise/exporter_details.lua?ip=' .. exporter_ip ..
|
||||
'&exporter_uuid=' .. nprobe_stats.exporter_uuid ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue