mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixes incorrect observation point url
This commit is contained in:
parent
ca1be4364d
commit
ba2e8ea00a
2 changed files with 3 additions and 1 deletions
|
|
@ -878,6 +878,8 @@ function page_utils.switch_interface_form_action_url(active_ifid, switch_ifid, s
|
|||
-- Attach the interface id of the interface that will be switched
|
||||
page_params.ifid = switch_ifid
|
||||
|
||||
page_params["observationPointId"] = nil
|
||||
|
||||
-- Return the url, preserving all existing page parameters (e.g., host=xx)
|
||||
local res = getPageUrl(action_url, page_params)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue