- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
Currently, the Timeline has a Status column that shows the workspace status, such as "Running" or "Stopping"
This is redundant with the status bar for the current build, and confusing for past builds (how is it still "Running"?)
Desired: show theworkspace.latest_build.job.status
in this column instead of the derivedworkspaceStatus
. The desired value will show, for example,Succeeded
instead ofRunning
, which makes more sense.