mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes to associate pool ids with alerts
This commit is contained in:
parent
42b7d8e7e9
commit
ceba04f92c
4 changed files with 18 additions and 10 deletions
|
|
@ -741,7 +741,7 @@ function base_pools:get_pool_id(member)
|
|||
return self.assigned_pool_members[member]["pool_id"]
|
||||
end
|
||||
|
||||
return user_scripts.DEFAULT_POOL_ID
|
||||
return base_pools.DEFAULT_POOL_ID
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue