mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fix location filter labels (fix #7290)
This commit is contained in:
parent
62035cec85
commit
fbdb33fe63
1 changed files with 3 additions and 3 deletions
|
|
@ -390,9 +390,9 @@ tag_utils.confidence = {
|
|||
-- #####################################
|
||||
|
||||
tag_utils.location = {
|
||||
{ label = i18n("details.label_short_remote"), id = 0 },
|
||||
{ label = i18n("details.label_short_local_host"), id = 1 },
|
||||
{ label = i18n("short_multicast"), id = 2 },
|
||||
{ label = i18n("details.label_remote"), id = 0 },
|
||||
{ label = i18n("details.label_local_host"), id = 1 },
|
||||
{ label = i18n("multicast"), id = 2 },
|
||||
}
|
||||
|
||||
-- #####################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue