mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
parent
05c2f7aa68
commit
165d992b75
@ -913,7 +913,6 @@ fn draw_logs<B: Backend>(
|
|||||||
.iter()
|
.iter()
|
||||||
.rev()
|
.rev()
|
||||||
.take(layout_size.height as usize)
|
.take(layout_size.height as usize)
|
||||||
.rev()
|
|
||||||
.map(|l| {
|
.map(|l| {
|
||||||
let time = l.created_at.format("%r");
|
let time = l.created_at.format("%r");
|
||||||
match l.level {
|
match l.level {
|
||||||
|
Loading…
Reference in New Issue
Block a user