From e89ae3b914a5b3ae5c7bd0ab98858e20ed974902 Mon Sep 17 00:00:00 2001 From: Dylan Griffith Date: Mon, 26 Feb 2018 14:34:50 +1100 Subject: [PATCH] Add IP Address to admin runners table (#43489) --- app/views/admin/runners/_runner.html.haml | 2 ++ app/views/admin/runners/index.html.haml | 1 + 2 files changed, 3 insertions(+) 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 @@ -16,6 +16,8 @@ = runner.description %td = runner.version + %td + = runner.ip_address %td - if runner.shared? n/a 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