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:
authorDylan Griffith <dyl.griffith@gmail.com>2018-02-26 06:40:43 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2018-02-28 03:54:39 +0300
commitde879edb02de1adb9c178fcc87f979c52ff660b1 (patch)
tree51686df511e531d6ccc83c0db6df906b67245e2a /app
parente89ae3b914a5b3ae5c7bd0ab98858e20ed974902 (diff)
Add IP Address to project runner show page (#43489)
Diffstat (limited to 'app')
-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