mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Increased application name length
This commit is contained in:
parent
ba350292ae
commit
f00baa6e23
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ for _, data in pairs(aggregated_info or {}) do
|
|||
application = {
|
||||
label = data.proto_name,
|
||||
id = data.proto_id,
|
||||
label_with_icons = getApplicationLabel(data.proto_name, 128)
|
||||
label_with_icons = getApplicationLabel(data.proto_name, 256)
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue