feat(runner): make admin runner template as common template, use for org runners setting

This commit is contained in:
fuxiaohei
2022-10-20 22:41:41 +08:00
committed by Jason Song
parent dca2ca2f47
commit 25fe4f6d9e
11 changed files with 414 additions and 214 deletions

View File

@@ -5,7 +5,7 @@
<div class="ui grid">
{{template "org/settings/navbar" .}}
<div class="twelve wide column content">
{{template "repo/settings/webhook/list" .}}
{{template "runners/list" .}}
</div>
</div>
</div>