summaryrefslogtreecommitdiff
path: root/app/views/projects/runners/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/runners/_form.html.haml')
-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