mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Fix syslog preference being ignored
This commit is contained in:
parent
6b37ee2820
commit
58fba7df8b
3 changed files with 10 additions and 6 deletions
|
|
@ -104,7 +104,7 @@ end
|
|||
|
||||
if not ifs.isView and ntop.getPrefs().are_alerts_enabled == true then
|
||||
|
||||
local alert_cache = interface.getCachedNumAlerts()
|
||||
local alert_cache = interface.getCachedNumAlerts() or {}
|
||||
local active = ""
|
||||
local style = ""
|
||||
local color = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue