Fix heartbeats order
This commit is contained in:
parent
c39fed294b
commit
436eac2600
3 changed files with 10 additions and 11 deletions
|
|
@ -259,7 +259,6 @@ fn get_cached_status_line(status_history: &[MonitorStatus]) -> Line<'static> {
|
|||
spans.extend(
|
||||
status_history
|
||||
.iter()
|
||||
.rev()
|
||||
.take(STATUS_LINE_LENGTH)
|
||||
.map(|status| get_status_span(status).clone()),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue