summaryrefslogtreecommitdiffstats
path: root/templates/admin/runners
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/runners')
-rw-r--r--templates/admin/runners/edit.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/admin/runners/edit.tmpl b/templates/admin/runners/edit.tmpl
new file mode 100644
index 0000000..1165c84
--- /dev/null
+++ b/templates/admin/runners/edit.tmpl
@@ -0,0 +1,5 @@
+{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin runners")}}
+ <div class="admin-setting-content">
+ {{template "shared/actions/runner_edit" .}}
+ </div>
+{{template "admin/layout_footer" .}}