mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Updated host pool pages to vuejs, missing policy page TODO (#9469)
* Updated host pool pages to vuejs, missing policy page TODO * Removed print
This commit is contained in:
parent
7a3e40f6ba
commit
85fa6d1b1a
23 changed files with 1761 additions and 276 deletions
14
scripts/lua/rest/v2/add/host/pool_member.lua
Normal file
14
scripts/lua/rest/v2/add/host/pool_member.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
--
|
||||
-- (C) 2013-21 - 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.add_member()
|
||||
|
||||
-- diventa per fare delete questa rest
|
||||
--pools_rest_utils.delete_member()
|
||||
Loading…
Add table
Add a link
Reference in a new issue