diff options
Diffstat (limited to 'templates/shared')
-rw-r--r-- | templates/shared/actions/runner_edit.tmpl | 1 | ||||
-rw-r--r-- | templates/shared/actions/runner_list.tmpl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/shared/actions/runner_edit.tmpl b/templates/shared/actions/runner_edit.tmpl index d92010ce11..38a869a6c9 100644 --- a/templates/shared/actions/runner_edit.tmpl +++ b/templates/shared/actions/runner_edit.tmpl @@ -1,5 +1,4 @@ <div class="runner-container"> - {{template "base/alert" .}} <h4 class="ui top attached header"> {{.locale.Tr "actions.runners.runner_title"}} {{.Runner.ID}} {{.Runner.Name}} </h4> diff --git a/templates/shared/actions/runner_list.tmpl b/templates/shared/actions/runner_list.tmpl index d4a5b863ab..536ae6b066 100644 --- a/templates/shared/actions/runner_list.tmpl +++ b/templates/shared/actions/runner_list.tmpl @@ -1,5 +1,4 @@ <div class="runner-container"> - {{template "base/alert" .}} <h4 class="ui top attached header"> {{.locale.Tr "actions.runners.runner_manage_panel"}} ({{.locale.Tr "admin.total" .Total}}) |