-- -- (C) 2019-24 - ntop.org -- local format_utils = require("format_utils") local internals_utils = {} local json = require "dkjson" local dirs = ntop.getDirs() local checks = require "checks" local periodic_activities_utils = require "periodic_activities_utils" local ts_utils = require "ts_utils_core" local graph_utils = require "graph_utils" -- ########################################### local function printHashTablesDropdown(base_url, page_params) local hash_table = _GET["hash_table"] local hash_table_filter if not isEmptyString(hash_table) then hash_table_filter = '' else hash_table_filter = '' end -- table.clone needed to modify some parameters while keeping the original unchanged local hash_table_params = table.clone(page_params) hash_table_params["hash_table"] = nil print[[\ \