mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Enlarged host name in hists page
This commit is contained in:
parent
42196e01a0
commit
0dc025d54c
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
local column_name = ''
|
||||
if host then
|
||||
if host["name"] then
|
||||
column_name = shortenString(host["name"])
|
||||
column_name = shortenString(host["name"], 36)
|
||||
end
|
||||
|
||||
-- This is the label as set-up by the user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue