You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.