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:
GabrieleDeri 2025-08-02 16:24:29 +02:00 committed by GitHub
parent 7a3e40f6ba
commit 85fa6d1b1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1761 additions and 276 deletions

View 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()