put the date on two lines (#5065)

This commit is contained in:
gabryon99 2021-02-28 12:20:09 +01:00
parent 81752bf4fa
commit 1a4c7c2388

View file

@ -109,6 +109,7 @@ for k,v in ipairs(alerts) do
column_date = secondsToTime(tdiff).. " " ..i18n("details.ago")
else
column_date = format_utils.formatPastEpochShort(v["alert_tstamp"])
column_date = column_date:gsub("%s", "<br>")
end
if engaged == true then