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

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