diff options
author | Payton Burdette <pburdette@gitlab.com> | 2019-08-28 08:39:47 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-08-28 08:39:47 +0000 |
commit | 748b89ee948c9b2123e86da40c46b71ae27ede80 (patch) | |
tree | 6e9be02f71db33ad2be7fdb1a04a586fc2726e47 /app/views/shared | |
parent | 4576d55f44cfec6d6cab0df063ae9c26824222dd (diff) | |
download | gitlab-ce-748b89ee948c9b2123e86da40c46b71ae27ede80.tar.gz |
Remove token field from runners edit form
Add changelog entry
Remove unnecessary test checking for form value
Translations updated for gitlab.pot
Use proper format on changelog entry
Diffstat (limited to 'app/views/shared')
-rw-r--r-- | app/views/shared/runners/_form.html.haml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/shared/runners/_form.html.haml b/app/views/shared/runners/_form.html.haml index 559b5aa9c1e..24b4eae0c58 100644 --- a/app/views/shared/runners/_form.html.haml +++ b/app/views/shared/runners/_form.html.haml @@ -26,11 +26,6 @@ = f.check_box :locked, { class: 'form-check-input' } %label.light{ for: :runner_locked }= _('When a runner is locked, it cannot be assigned to other projects') .form-group.row - = label_tag :token, class: 'col-form-label col-sm-2' do - = _('Token') - .col-sm-10 - = f.text_field :token, class: 'form-control', readonly: true - .form-group.row = label_tag :ip_address, class: 'col-form-label col-sm-2' do = _('IP Address') .col-sm-10 |