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 the workspace.latest_build.job.status
in this column instead of the derived workspaceStatus
. The desired value will show, for example, Succeeded
instead of Running
, which makes more sense.