further refinement of the sbot status page

This commit is contained in:
glyph 2022-03-18 11:30:59 +02:00
parent 7fe919d9a1
commit 59739cf6e5
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ fn render_status_elements<'a>() -> (
),
// state is neither active nor inactive (might be "failed")
Ok(status) if status.state.is_some() => (
status.state.unwrap(),
status.state.unwrap().to_uppercase(),
"capsule capsule-container border-danger",
"center icon icon-inactive",
downtime_element(&None),