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

@@ -0,0 +1,8 @@
{{template "base/head" .}}
<div class="page-content admin runners">
{{template "admin/navbar" .}}
<div class="ui container">
{{template "runners/list" .}}
</div>
</div>
{{template "base/footer" .}}