mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implemented periodicity stats
This commit is contained in:
parent
eb20c0db58
commit
84bd93f903
10 changed files with 159 additions and 8 deletions
|
|
@ -44,7 +44,7 @@ end
|
|||
|
||||
function shortenString(name, max_len)
|
||||
if(name == nil) then return("") end
|
||||
|
||||
|
||||
if max_len == nil then
|
||||
max_len = ntop.getPref("ntopng.prefs.max_ui_strlen")
|
||||
max_len = tonumber(max_len)
|
||||
|
|
@ -1565,7 +1565,7 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
-- @brief Generates an host_details.lua a href link (if availble), starting from an `host_info` structure
|
||||
-- @brief Generates an host_details.lua a href link (if available), starting from an `host_info` structure
|
||||
-- @param host_info A lua table containing at least keys `host` and `vlan` or a full lua table generated with Host::lua
|
||||
-- @param href_params A lua table containing params host_details.lua params, e.g., {page = "historical"}
|
||||
-- @param href_value A string containing the visible value shown between a href tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue