summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-02-26 14:40:43 +1100
committerDylan Griffith <dyl.griffith@gmail.com>2018-02-28 11:54:39 +1100
commitde879edb02de1adb9c178fcc87f979c52ff660b1 (patch)
tree51686df511e531d6ccc83c0db6df906b67245e2a
parente89ae3b914a5b3ae5c7bd0ab98858e20ed974902 (diff)
downloadgitlab-ce-de879edb02de1adb9c178fcc87f979c52ff660b1.tar.gz
Add IP Address to project runner show page (#43489)
-rw-r--r--app/views/projects/runners/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/runners/show.html.haml b/app/views/projects/runners/show.html.haml
index dfab04aa1fb..4e57f5f844d 100644
--- a/app/views/projects/runners/show.html.haml
+++ b/app/views/projects/runners/show.html.haml
@@ -41,6 +41,9 @@
%td Version
%td= @runner.version
%tr
+ %td IP Address
+ %td= @runner.ip_address
+ %tr
%td Revision
%td= @runner.revision
%tr