diff options
author | Dylan Griffith <dyl.griffith@gmail.com> | 2018-02-26 14:40:43 +1100 |
---|---|---|
committer | Dylan Griffith <dyl.griffith@gmail.com> | 2018-02-28 11:54:39 +1100 |
commit | de879edb02de1adb9c178fcc87f979c52ff660b1 (patch) | |
tree | 51686df511e531d6ccc83c0db6df906b67245e2a /app/views | |
parent | e89ae3b914a5b3ae5c7bd0ab98858e20ed974902 (diff) | |
download | gitlab-ce-de879edb02de1adb9c178fcc87f979c52ff660b1.tar.gz |
Add IP Address to project runner show page (#43489)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/runners/show.html.haml | 3 |
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 |