Add runner version to /admin/runners view

This commit is contained in:
Jonathon Reinhart 2017-01-24 01:12:06 -05:00
parent b29e4689a8
commit 99f5ed0e17
3 changed files with 7 additions and 0 deletions

View file

@ -14,6 +14,8 @@
= runner.short_sha
%td
= runner.description
%td
= runner.version
%td
- if runner.shared?
n/a

View file

@ -67,6 +67,7 @@
%th Type
%th Runner token
%th Description
%th Version
%th Projects
%th Jobs
%th Tags

View file

@ -0,0 +1,4 @@
---
title: Add runner version to /admin/runners view
merge_request: 8733
author: Jonathon Reinhart