mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
moved service map page into pro repository
This commit is contained in:
parent
ea2991605a
commit
1d633cf23c
8 changed files with 15 additions and 503 deletions
|
|
@ -4020,7 +4020,7 @@ function builServiceMapHREF(ip_address, vlan_id)
|
|||
local res
|
||||
|
||||
if((name == nil) or (name == "")) then name = ip_address end
|
||||
res = '<a href="'..ntop.getHttpPrefix()..'/lua/service_map.lua?host='..ip_address
|
||||
res = '<a href="'..ntop.getHttpPrefix()..'/lua/pro/enterprise/service_map.lua?host='..ip_address
|
||||
|
||||
if(vlan_id and (vlan_id ~= 0)) then res = res .. "@"..vlan_id end
|
||||
res = res ..'&page=graph">'..name..'</A>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue