mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Reworked host page to vuejs
This commit is contained in:
parent
a07fbb9bc5
commit
7792bf4fb6
15 changed files with 1114 additions and 18 deletions
|
|
@ -101,6 +101,7 @@ function getProbeName(exporter_ip, show_vlan, shorten_len)
|
|||
|
||||
-- No alias set, let's try with the SNMP
|
||||
if ntop.isPro() then
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/pro/scripts/lua/modules/?.lua;" .. package.path
|
||||
snmp_cached_dev = require "snmp_cached_dev"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue