mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes incorrect time in historical details
This commit is contained in:
parent
3667453fb4
commit
649bdfcf6e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ local function format_historical_last_first_seen(flow, info)
|
|||
return {
|
||||
label = i18n("db_explorer.date_time"),
|
||||
content = {
|
||||
[1] = info.first_seen,
|
||||
[1] = info.first_seen.time,
|
||||
[2] = info.last_seen,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue