mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-04 02:24:11 +02:00
fix false user files
This commit is contained in:
parent
eec9d1aa00
commit
bee8062f3a
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ impl StatefulWidget for SingleLog<'_> {
|
|||
line.user_agent,
|
||||
line.request_id,
|
||||
line.remote_address,
|
||||
line.user,
|
||||
line.user.as_str(),
|
||||
format_time(line.time),
|
||||
line.version,
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue