Add support for raw flow extraction

This commit is contained in:
emanuele-f 2018-11-14 21:00:16 +01:00
parent d36721cc20
commit cfcf30ae9d
5 changed files with 16 additions and 7 deletions

View file

@ -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[[";