Add runner version to /admin/runners view
This commit is contained in:
parent
b29e4689a8
commit
99f5ed0e17
3 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
= runner.short_sha
|
||||
%td
|
||||
= runner.description
|
||||
%td
|
||||
= runner.version
|
||||
%td
|
||||
- if runner.shared?
|
||||
n/a
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
%th Type
|
||||
%th Runner token
|
||||
%th Description
|
||||
%th Version
|
||||
%th Projects
|
||||
%th Jobs
|
||||
%th Tags
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Add runner version to /admin/runners view
|
||||
merge_request: 8733
|
||||
author: Jonathon Reinhart
|
Loading…
Reference in a new issue