mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
add interface pool page
This commit is contained in:
parent
0f613d25be
commit
9f05bde6b5
10 changed files with 417 additions and 9 deletions
|
|
@ -15,9 +15,9 @@ local interface_pools = require "interface_pools"
|
|||
-- Add a new pool
|
||||
--
|
||||
|
||||
local name = _GET["pool_name"]
|
||||
local members = _GET["pool_members"]
|
||||
local confset_id = _GET["confset_id"]
|
||||
local name = _POST["pool_name"]
|
||||
local members = _POST["pool_members"]
|
||||
local confset_id = _POST["confset_id"]
|
||||
|
||||
sendHTTPHeader('application/json')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue