Enlarged host name in hists page

This commit is contained in:
Luca Deri 2022-07-21 23:02:12 +02:00
parent 42196e01a0
commit 0dc025d54c

View file

@ -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