File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 3636 <div class="run-list-meta">{{svg "octicon-calendar" 16}}{{DateUtils.TimeSince $run.Updated}}</div>
3737 <div class="run-list-meta">{{svg "octicon-stopwatch" 16}}{{$run.Duration}}</div>
3838 </div>
39- {{ if and ($.AllowDeleteWorkflowRuns ) ($run.Status.IsDone )}}
40- <button class =" btn interact-bg link-action tw-p-2"
41- data-url =" {{ $run.Link }} /delete"
42- data-modal-confirm =" {{ ctx.Locale.Tr " actions.runs.delete.description" }} "
43- data-tooltip-content =" {{ ctx.Locale.Tr " actions.runs.delete" }} "
44- >
45- {{ svg " octicon-trash" }}
46- </button >
47- {{ end }}
39+ <div class="ui jump dropdown item tw-p-2">
40+ {{svg "octicon-kebab-horizontal"}}
41+ <div class="menu">
42+ <a class="item" href="{{$run.Link}}">{{svg "octicon-play"}}{{ctx.Locale.Tr "view"}}</a>
43+ {{if and ($.AllowDeleteWorkflowRuns) ($run.Status.IsDone)}}
44+ <button class="item btn interact-bg link-action"
45+ data-url="{{$run.Link}}/delete"
46+ data-modal-confirm="{{ctx.Locale.Tr "actions.runs.delete.description"}}"
47+ >
48+ {{svg "octicon-trash"}}{{ctx.Locale.Tr "actions.runs.delete"}}
49+ </button>
50+ {{end}}
51+ </div>
52+ </div>
4853 </div>
4954 </div>
5055 {{end}}
You can’t perform that action at this time.
0 commit comments