feat(runner): finish org runners ui

This commit is contained in:
fuxiaohei
2022-10-24 22:11:16 +08:00
committed by Jason Song
parent 82c6fc2217
commit 888b4c8313
10 changed files with 125 additions and 163 deletions

View File

@@ -0,0 +1,13 @@
{{template "base/head" .}}
<div class="page-content organization settings webhooks">
{{template "org/header" .}}
<div class="ui container">
<div class="ui grid">
{{template "org/settings/navbar" .}}
<div class="twelve wide column content">
{{template "runners/edit" .}}
</div>
</div>
</div>
</div>
{{template "base/footer" .}}