add interface pool page

This commit is contained in:
gabryon99 2020-07-08 11:03:21 +02:00
parent 0f613d25be
commit 9f05bde6b5
10 changed files with 417 additions and 9 deletions

View file

@ -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')