mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
put the date on two lines (#5065)
This commit is contained in:
parent
81752bf4fa
commit
1a4c7c2388
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue