Testing ratatui
This commit is contained in:
parent
843d05bec9
commit
ae9065a1e0
7 changed files with 25 additions and 47 deletions
|
|
@ -56,7 +56,7 @@ impl DashboardViewState {
|
|||
.last()
|
||||
.and_then(|h| h.ping)
|
||||
.map(|ms| format!("{}", ms))
|
||||
.unwrap_or_else(|| t("unknown").to_string());
|
||||
.unwrap_or_else(|| t("unknown").to_string() + " ");
|
||||
|
||||
let uptime_24h = monitor
|
||||
.uptime_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue