aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/runners/edit.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/runners/edit.tmpl')
-rw-r--r--templates/admin/runners/edit.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/admin/runners/edit.tmpl b/templates/admin/runners/edit.tmpl
new file mode 100644
index 0000000000..0963e97a5b
--- /dev/null
+++ b/templates/admin/runners/edit.tmpl
@@ -0,0 +1,8 @@
+{{template "base/head" .}}
+<div class="page-content admin runners">
+ {{template "admin/navbar" .}}
+ <div class="ui container">
+ {{template "shared/actions/runner_edit" .}}
+ </div>
+</div>
+{{template "base/footer" .}}