mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes recipient link not correctly working (#6906)
This commit is contained in:
parent
19065241bb
commit
163f2d4ee1
1 changed files with 1 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ local host_pools = require "host_pools":create()
|
|||
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
|
||||
local NOTIFICATION_URL = "/lua/admin/endpoint_notifications_list.lua"
|
||||
local NOTIFICATION_URL = ntop.getHttpPrefix() .. "/lua/admin/endpoint_notifications_list.lua"
|
||||
local check_subdir = _GET["subdir"] or "endpoint"
|
||||
|
||||
if not isAdministratorOrPrintErr() then
|
||||
|
|
@ -73,7 +73,6 @@ end
|
|||
-- append the menu above the page
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
||||
local url = ntop.getHttpPrefix() .. "/lua/admin/endpoint_notifications_list.lua"
|
||||
page_utils.print_navbar(i18n("endpoint_notifications.notifications"), '#', navbar_menu)
|
||||
|
||||
-- localize endpoint name types in a table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue