summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-28 10:26:53 -0700
committerStan Hu <stanhu@gmail.com>2019-05-28 10:44:02 -0700
commit0e4d47e790d72be9445643798ef56239b0dd4303 (patch)
tree9e87d029773a75ade31e20a32cdea7370acbcfc5 /app/views
parent7f97c5a802146cff166c53626a06d3ddac1ffbc3 (diff)
downloadgitlab-ce-0e4d47e790d72be9445643798ef56239b0dd4303.tar.gz
Add a column header to admin/jobs pagesh-add-header-to-jobs-admin-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')
-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