mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Removed shorten string from confidence
This commit is contained in:
parent
ba20719d4a
commit
048d97c2d4
1 changed files with 0 additions and 4 deletions
|
|
@ -5366,10 +5366,6 @@ function get_confidence(confidence_id, shorten_string)
|
|||
if confidence.id == confidence_id then
|
||||
confidence_name = confidence.label
|
||||
|
||||
if shorten_string then
|
||||
confidence_name = shortenString(confidence_name, 5)
|
||||
end
|
||||
|
||||
break
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue