mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add Custom Lists download alert and handle hourly download retry
Closes #2410
This commit is contained in:
parent
7e2ac7fbaa
commit
405841431c
6 changed files with 63 additions and 25 deletions
|
|
@ -200,7 +200,7 @@ end
|
|||
|
||||
function format_utils.formatEpoch(epoch)
|
||||
if epoch == 0 then
|
||||
return("-")
|
||||
return("")
|
||||
else
|
||||
return(os.date("%d/%m/%Y %X", epoch))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue