mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +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
|
|
@ -406,7 +406,7 @@ function printSeries(options, tags, start_time, base_url, params)
|
|||
|
||||
if not table.empty(series) then
|
||||
graphMenuDivider()
|
||||
graphMenuHeader(i18n("l7_protocols"))
|
||||
graphMenuHeader(i18n("applications"))
|
||||
|
||||
local by_protocol = {}
|
||||
|
||||
|
|
@ -431,7 +431,7 @@ function printSeries(options, tags, start_time, base_url, params)
|
|||
|
||||
if not table.empty(series) then
|
||||
graphMenuDivider()
|
||||
graphMenuHeader(i18n("l4_protocols"))
|
||||
graphMenuHeader(i18n("protocols"))
|
||||
|
||||
local by_protocol = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue