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

@ -9,5 +9,4 @@ package.path = dirs.installdir .. "/scripts/lua/modules/pools/?.lua;" .. package
local host_pools = require "host_pools"
local pools_rest_utils = require "pools_rest_utils"
pools_rest_utils.bind_member(host_pools)
pools_rest_utils.edit_member()