feat(runner): delete runner from admin html page

This commit is contained in:
fuxiaohei
2022-10-12 20:57:40 +08:00
committed by Jason Song
parent 5b989e2a11
commit fbb9f437a6
6 changed files with 58 additions and 24 deletions

View File

@@ -51,7 +51,7 @@
<td>{{TimeSinceUnix .LastOnline $.locale}}</td>
<td class="runner-ops">
<a href="{{$.Link}}/{{.ID}}">{{svg "octicon-pencil"}}</a>
<a class="runner-ops-delete" href="{{$.Link}}/{{.ID}}/delete">{{svg "octicon-x-circle"}}</a>
<!--<a class="runner-ops-delete show-modal" data-modal="#runner-delete-modal">{{svg "octicon-x-circle"}}</a>-->
</td>
</tr>
{{end}}