mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed dots from info column and removed pkts from packets column (#7598)
This commit is contained in:
parent
26fdd5133e
commit
86747e48e5
2 changed files with 4 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ local function dt_format_info(info)
|
|||
|
||||
return ({
|
||||
title = info,
|
||||
label = shortenString(info, 32)
|
||||
label = info
|
||||
})
|
||||
end
|
||||
|
||||
|
|
@ -433,6 +433,8 @@ local function dt_format_pkts(packets)
|
|||
pkts = tonumber(packets)
|
||||
end
|
||||
|
||||
|
||||
tprint(pkts)
|
||||
return pkts
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue