Unify Protocol/Application labels

L4 information is now referred to as "Protocol"
L7 information is now referred to as "Application"

Closes #2316
This commit is contained in:
emanuele-f 2019-01-28 16:59:27 +01:00
parent 5454e31b6c
commit 6113c692af
20 changed files with 116 additions and 132 deletions

View file

@ -36,7 +36,7 @@ function ebpf_utils.draw_ndpi_piecharts(ifstats, url, host_info, uid, pid)
<table class="table table-bordered table-striped">
<tr>
<th class="text-left" colspan=2>]] print(i18n("ndpi_page.overview", {what = i18n("ndpi_page.application_protocol")})) print[[</th>
<th class="text-left" colspan=2>]] print(i18n("ndpi_page.overview", {what = i18n("protocol")})) print[[</th>
<td>
<div class="pie-chart" id="topApplicationProtocols"></div>
</td>
@ -45,7 +45,7 @@ function ebpf_utils.draw_ndpi_piecharts(ifstats, url, host_info, uid, pid)
</td>
</tr>
<tr>
<th class="text-left" colspan=2>]] print(i18n("ndpi_page.overview", {what = i18n("ndpi_page.application_protocol_category")})) print[[</th>
<th class="text-left" colspan=2>]] print(i18n("ndpi_page.overview", {what = i18n("category")})) print[[</th>
<td colspan=2>
<div class="pie-chart" id="topApplicationCategories"></div>
</td>
@ -160,7 +160,7 @@ function ebpf_utils.draw_flows_datatable(ifstats, host_info, uid, pid)
}
},
{
title: "]] print(i18n("flows_page.l4_proto")) print[[",
title: "]] print(i18n("protocol")) print[[",
field: "column_proto_l4",
sortable: true,
css: {