refactor: shard runner templates

This commit is contained in:
Jason Song
2023-01-05 16:30:22 +08:00
parent a4b2cf2426
commit b1013a4770
8 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
<div class="page-content admin runners">
{{template "admin/navbar" .}}
<div class="ui container">
{{template "runners/list" .}}
{{template "shared/actions/runner_list" .}}
</div>
</div>
{{template "base/footer" .}}