mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Fix quota reset buttons (#9288)
This commit is contained in:
parent
d29bd9e36a
commit
5301345057
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue