Compare commits
1 changed files with 0 additions and 5 deletions
|
|
@ -69,11 +69,6 @@ pub fn build_row(
|
||||||
TurnOutcome::AuthFailed => ("auth_failed", None),
|
TurnOutcome::AuthFailed => ("auth_failed", None),
|
||||||
TurnOutcome::Failed(e) => ("failed", Some(format!("{e:#}"))),
|
TurnOutcome::Failed(e) => ("failed", Some(format!("{e:#}"))),
|
||||||
};
|
};
|
||||||
let wake_from = if wake_from.starts_with("bash-task-") {
|
|
||||||
"bash-task".to_owned()
|
|
||||||
} else {
|
|
||||||
wake_from
|
|
||||||
};
|
|
||||||
TurnStatRow {
|
TurnStatRow {
|
||||||
started_at,
|
started_at,
|
||||||
ended_at,
|
ended_at,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue