mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
add no scope pages for DHCP range alert (#4470)
This commit is contained in:
parent
cdde515168
commit
d7f7a2ebce
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ local function create_DHCP_range_missing_notification()
|
|||
dhcp_url = ntop.getHttpPrefix() .. "/lua/if_stats.lua?page=dhcp"
|
||||
})
|
||||
|
||||
return alert_notification:create("DHCP_missing_range", title, description, "warning")
|
||||
return alert_notification:create("DHCP_missing_range", title, description, "warning", nil, "if_stats.lua?page=dhcp;if_stats.lua?page=config")
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue