mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implement simplified flows page with container filter
This commit is contained in:
parent
dd848a5ae9
commit
fdc7772519
11 changed files with 359 additions and 53 deletions
|
|
@ -3627,6 +3627,12 @@ end
|
|||
|
||||
-- ###########################################
|
||||
|
||||
function shortenContainer(container)
|
||||
return container:sub(1, 12)
|
||||
end
|
||||
|
||||
-- ###########################################
|
||||
|
||||
--
|
||||
-- IMPORTANT
|
||||
-- Leave it at the end so it can use the functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue