Commit a20ce16a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '14748-runner-version-in-admin-views' into 'master'

Add runner version to /admin/runners view

See merge request !8733
parents 1229ce06 99f5ed0e
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
= runner.short_sha = runner.short_sha
%td %td
= runner.description = runner.description
%td
= runner.version
%td %td
- if runner.shared? - if runner.shared?
n/a n/a
......
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
%th Type %th Type
%th Runner token %th Runner token
%th Description %th Description
%th Version
%th Projects %th Projects
%th Jobs %th Jobs
%th Tags %th Tags
......
---
title: Add runner version to /admin/runners view
merge_request: 8733
author: Jonathon Reinhart
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment