mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Removed recipient selection from pools. Only severity and category are used as filters now. New filtering based on pool to be done.
This commit is contained in:
parent
f5178d4329
commit
29c0ba4594
28 changed files with 110 additions and 707 deletions
|
|
@ -1,10 +0,0 @@
|
|||
--
|
||||
-- (C) 2013-22 - ntop.org
|
||||
--
|
||||
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/pools/?.lua;" .. package.path
|
||||
|
||||
local pools_rest_utils = require "pools_rest_utils"
|
||||
pools_rest_utils.get_all_instances_pools_by_recipient(tonumber(_GET["recipient_id"]))
|
||||
Loading…
Add table
Add a link
Reference in a new issue