Updated description for the form
This commit is contained in:
parent
b0908d8739
commit
f59d972d5f
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
|||
= f.check_box :run_untagged
|
||||
%span.light Indicates whether this runner can pick jobs without tags
|
||||
.form-group
|
||||
= label :locked, 'Exclusive to this project', class: 'control-label'
|
||||
= label :locked, 'Lock to this project', class: 'control-label'
|
||||
.col-sm-10
|
||||
.checkbox
|
||||
= f.check_box :locked
|
||||
%span.light Indicates whether this runner can be enabled for other projects
|
||||
%span.light When a runner is locked, it cannot be enabled for other projects
|
||||
.form-group
|
||||
= label_tag :token, class: 'control-label' do
|
||||
Token
|
||||
|
|
Loading…
Reference in a new issue