feat(bots): update runner data in html page

This commit is contained in:
fuxiaohei
2022-10-11 21:28:58 +08:00
committed by Jason Song
parent 848a1ae309
commit 5b989e2a11
6 changed files with 51 additions and 11 deletions

View File

@@ -35,7 +35,7 @@
<tbody>
{{range .Runners}}
<tr>
<td>status</td>
<td><span class="runner-status-{{.StatusType}}">{{.StatusType}}</span></td>
<td>
<a href="{{$.Link}}/{{.ID}}" class="tooltip" data-content="{{.Description}}">
<span class="runner-id">#{{.ID}}</span>