Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-28 20:26:53 +0300
committerStan Hu <stanhu@gmail.com>2019-05-28 20:44:02 +0300
commit0e4d47e790d72be9445643798ef56239b0dd4303 (patch)
tree9e87d029773a75ade31e20a32cdea7370acbcfc5 /app/views/projects/jobs
parent7f97c5a802146cff166c53626a06d3ddac1ffbc3 (diff)
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
Diffstat (limited to 'app/views/projects/jobs')
-rw-r--r--app/views/projects/jobs/_table.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/_table.html.haml b/app/views/projects/jobs/_table.html.haml
index d124d3ebfc1..b08223546f7 100644
--- a/app/views/projects/jobs/_table.html.haml
+++ b/app/views/projects/jobs/_table.html.haml
@@ -16,7 +16,7 @@
%th Runner
%th Stage
%th Name
- %th
+ %th Timing
%th Coverage
%th