mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Ported AS table to new table (#8475)
* Fixes parsing error while pasing XML strings with comments * Ported host countries table to new vue table * Added country filter when redirected to hosts list page * Ported network discovery table to TableWithConfig vue component * FIxed indentation * Added documentation for VueJS, Lua and cpp used in ntopng * Fixed error * Added Netbox pref entry for default site, customizable input box size. To implement cpp side for netbox default site * Removed tprint * Ported AS table to new table * Started fixing live flow IP filter * Fixed date formatter * Removed debug code * Removed tprint * Removed unused import --------- Co-authored-by: DGabri <gabriele.deri@gmail.com> Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
This commit is contained in:
parent
d6965f24b7
commit
43dcd76e2f
19 changed files with 247 additions and 413 deletions
|
|
@ -2664,6 +2664,7 @@ local known_parameters = {
|
|||
["sankey_version"] = validateNumber,
|
||||
["blacklist_name"] = validateUnquoted,
|
||||
["reset_url"] = validateBool,
|
||||
["as"] = validateNumber,
|
||||
|
||||
-- nEdge policy
|
||||
["default_policy"] = validatePolicy, -- users, nedge policies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue