Commit 3b215d05 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '37405-admin-page-runner-tag-help-update' into 'master'

Add help text to runner edit page that tags should be separated by commas.

Closes #37405

See merge request !14224
parents 12accbf7 30dc5ef4
......@@ -39,6 +39,6 @@
Tags
.col-sm-10
= f.text_field :tag_list, value: runner.tag_list.sort.join(', '), class: 'form-control'
.help-block You can setup jobs to only use Runners with specific tags
.help-block You can setup jobs to only use Runners with specific tags. Separate tags with commas.
.form-actions
= f.submit 'Save changes', class: 'btn btn-save'
---
title: 'Add help text to runner edit: tags should be separated by commas.'
merge_request:
author: Brendan O'Leary
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment