mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add support for raw flow extraction
This commit is contained in:
parent
d36721cc20
commit
cfcf30ae9d
5 changed files with 16 additions and 7 deletions
|
|
@ -16,6 +16,7 @@ print[[
|
|||
"change_number_of_rows": "]] print(i18n("change_number_of_rows")) print[[",
|
||||
"no_data_available": "]] print(i18n("no_data_available")) print[[",
|
||||
"showing_x_to_y_rows": "]] print(i18n("showing_x_to_y_rows", {x="{0}", y="{1}", tot="{2}"})) print[[",
|
||||
"actions": "]] print(i18n("actions")) print[[",
|
||||
};
|
||||
|
||||
var http_prefix = "]] print(ntop.getHttpPrefix()) print[[";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue