Fix quota reset buttons (#9288)

This commit is contained in:
Manuel Ceroni 2025-06-18 14:36:34 +02:00 committed by GitHub
parent d29bd9e36a
commit 5301345057
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -462,7 +462,8 @@ function host_pools_nedge.resetPoolsQuotas(pool_filter)
ntop.delHashCache(serialized_key, tostring(key))
end
-- Delete the in-memory stats
interface.resetPoolsQuotas(pool_filter)
-- TODO: Fix interface.resetPoolsQuotas(pool_filter) with pool_filter != nil
interface.resetPoolsQuotas()
end
local function lastMondayMidnight(actual_time)