Enhance styling in actions page (#37323)
- Adjust workflow graph for better visualization - change summary icon to home icon - use octicon-file-removed for expired artifacts
This commit is contained in:
@@ -126,10 +126,10 @@ func MockActionsRunsJobs(ctx *context.Context) {
|
||||
resp.State.Run.Jobs = append(resp.State.Run.Jobs, &actions.ViewJob{
|
||||
ID: runID * 10,
|
||||
JobID: "job-100",
|
||||
Name: "job 100",
|
||||
Name: "job 100 (testsubname)",
|
||||
Status: actions_model.StatusRunning.String(),
|
||||
CanRerun: true,
|
||||
Duration: "1h",
|
||||
Duration: "1h23m45s",
|
||||
})
|
||||
resp.State.Run.Jobs = append(resp.State.Run.Jobs, &actions.ViewJob{
|
||||
ID: runID*10 + 1,
|
||||
|
||||
Reference in New Issue
Block a user