mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Menu fixes
This commit is contained in:
parent
66f35058cc
commit
4628b7b0b2
4 changed files with 15 additions and 13 deletions
|
|
@ -178,7 +178,7 @@ for k,v in pairsByKeys(ifnames, asc) do
|
|||
--io.write(k.."="..v.."\n")
|
||||
|
||||
if(v == ifname) then
|
||||
print("<a href=\""..ntop.getHttpPrefix().."/lua/if_stats.lua?if_name="..v.."\">")
|
||||
print("<a href=\""..ntop.getHttpPrefix().."/lua/if_stats.lua?id="..k.."\">")
|
||||
else
|
||||
print("<a href=\""..ntop.getHttpPrefix().."/lua/set_active_interface.lua?id="..k.."\">")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue