mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
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:
parent
5454e31b6c
commit
6113c692af
20 changed files with 116 additions and 132 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue