mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
show version number in log details
This commit is contained in:
parent
a463903d24
commit
0eb22ccd20
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ impl StatefulWidget for SingleLog {
|
|||
{
|
||||
if let Some(line) = self.line {
|
||||
let par = Paragraph::new(format!(
|
||||
"{}\n\n {} {}\n {}\n\n {} from {} by {} at {}",
|
||||
"{}\n\n {} {}\n {}\n\n {} from {} by {} at {} - Nextcloud {}",
|
||||
line.message,
|
||||
line.method,
|
||||
line.url,
|
||||
|
|
@ -50,6 +50,7 @@ impl StatefulWidget for SingleLog {
|
|||
line.remote_address,
|
||||
line.user,
|
||||
format_time(line.time),
|
||||
line.version,
|
||||
))
|
||||
.wrap(Wrap::default());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue