Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPayton Burdette <pburdette@gitlab.com>2019-08-28 11:39:47 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-08-28 11:39:47 +0300
commit748b89ee948c9b2123e86da40c46b71ae27ede80 (patch)
tree6e9be02f71db33ad2be7fdb1a04a586fc2726e47 /app
parent4576d55f44cfec6d6cab0df063ae9c26824222dd (diff)
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')
-rw-r--r--app/views/shared/runners/_form.html.haml5
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