Add a column header to admin/jobs page

This column was blank before. It contain one or two pieces of
information:

* Job duration
* Job completion timestamp

For brevity, use `Timing` as the header.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62347
This commit is contained in:
Stan Hu 2019-05-28 10:26:53 -07:00
parent 7f97c5a802
commit 0e4d47e790
2 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@
%th Runner
%th Stage
%th Name
%th
%th Timing
%th Coverage
%th

View File

@ -0,0 +1,5 @@
---
title: Add a column header to admin/jobs page
merge_request: 28837
author:
type: other