feat(runner): add repo runners ui pages

This commit is contained in:
fuxiaohei
2022-10-26 22:23:54 +08:00
committed by Jason Song
parent 888b4c8313
commit 6a0614f4a5
4 changed files with 71 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
{{template "base/head" .}}
<div class="page-content repository settings webhooks">
{{template "repo/header" .}}
{{template "repo/settings/navbar" .}}
<div class="ui container">
{{template "runners/edit" .}}
</div>
</div>
{{template "base/footer" .}}