Skip to content

Commit

Permalink
Show stop time in run view.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhsamuel committed Jan 5, 2025
1 parent a31362f commit 598ba04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vue/src/views/RunView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ div
td
RunElapsed(:run="run")

tr(v-if="run.times.stop")
th scheduled stop
td: Timestamp(:time="run.times.stop")

Frame(title="Run Log")
div
table.fields.run-log
Expand Down

0 comments on commit 598ba04

Please sign in to comment.