mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Requires snmp_utils as local module
This commit is contained in:
parent
a3d7365888
commit
8a3e65ac50
25 changed files with 27 additions and 27 deletions
|
|
@ -26,7 +26,7 @@ end
|
|||
-- #######################################################
|
||||
|
||||
local function snmpDeviceResetFormatter(ifid, alert, info)
|
||||
if ntop.isPro() then require "snmp_utils" end
|
||||
if ntop.isPro() then local snmp_utils = require "snmp_utils" end
|
||||
|
||||
return(i18n("alerts_dashboard.alert_snmp_device_reset_description",
|
||||
{device = info.device,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue