summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-02-26 14:31:36 +1100
committerDylan Griffith <dyl.griffith@gmail.com>2018-02-28 11:54:39 +1100
commitd52c3be108ef59af47317b97c50026ae81252590 (patch)
tree3a8d164c65c534c6b504eb30a24142dbfd0f00c9
parentb5a5fdf0e3b97622789db444bf0bf697e78dbb47 (diff)
downloadgitlab-ce-d52c3be108ef59af47317b97c50026ae81252590.tar.gz
Add ip_address to admin runner form (#43489)
-rw-r--r--app/views/projects/runners/_form.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/projects/runners/_form.html.haml b/app/views/projects/runners/_form.html.haml
index e660fce652f..49c90869146 100644
--- a/app/views/projects/runners/_form.html.haml
+++ b/app/views/projects/runners/_form.html.haml
@@ -30,6 +30,11 @@
.col-sm-10
= f.text_field :token, class: 'form-control', readonly: true
.form-group
+ = label_tag :ip_address, class: 'control-label' do
+ IP Address
+ .col-sm-10
+ = f.text_field :ip_address, class: 'form-control', readonly: true
+ .form-group
= label_tag :description, class: 'control-label' do
Description
.col-sm-10