summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-02-26 14:34:50 +1100
committerDylan Griffith <dyl.griffith@gmail.com>2018-02-28 11:54:39 +1100
commite89ae3b914a5b3ae5c7bd0ab98858e20ed974902 (patch)
treeaec59617b8d1094d48391c92d3408c1653d1525f
parentd52c3be108ef59af47317b97c50026ae81252590 (diff)
downloadgitlab-ce-e89ae3b914a5b3ae5c7bd0ab98858e20ed974902.tar.gz
Add IP Address to admin runners table (#43489)
-rw-r--r--app/views/admin/runners/_runner.html.haml2
-rw-r--r--app/views/admin/runners/index.html.haml1
2 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml
index 140688b52d3..e1cee584929 100644
--- a/app/views/admin/runners/_runner.html.haml
+++ b/app/views/admin/runners/_runner.html.haml
@@ -17,6 +17,8 @@
%td
= runner.version
%td
+ = runner.ip_address
+ %td
- if runner.shared?
n/a
- else
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
index abec3607cab..9f13dbbbd82 100644
--- a/app/views/admin/runners/index.html.haml
+++ b/app/views/admin/runners/index.html.haml
@@ -60,6 +60,7 @@
%th Runner token
%th Description
%th Version
+ %th IP Address
%th Projects
%th Jobs
%th Tags