mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
add interface pool page
This commit is contained in:
parent
0f613d25be
commit
9f05bde6b5
10 changed files with 417 additions and 9 deletions
|
|
@ -13,9 +13,8 @@ local interface_pools = require "interface_pools"
|
|||
|
||||
--
|
||||
-- Delete an existing pool
|
||||
--
|
||||
|
||||
local pool_id = _GET["pool"]
|
||||
local pool_id = _POST["pool"]
|
||||
|
||||
sendHTTPHeader('application/json')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue