summaryrefslogtreecommitdiff
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
parent7f97c5a802146cff166c53626a06d3ddac1ffbc3 (diff)
downloadgitlab-ce-sh-add-header-to-jobs-admin-page.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
-rw-r--r--app/views/projects/jobs/_table.html.haml2
-rw-r--r--changelogs/unreleased/sh-add-header-to-jobs-admin-page.yml5
2 files changed, 6 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
diff --git a/changelogs/unreleased/sh-add-header-to-jobs-admin-page.yml b/changelogs/unreleased/sh-add-header-to-jobs-admin-page.yml
new file mode 100644
index 00000000000..b089e6e4f37
--- /dev/null
+++ b/changelogs/unreleased/sh-add-header-to-jobs-admin-page.yml
@@ -0,0 +1,5 @@
+---
+title: Add a column header to admin/jobs page
+merge_request: 28837
+author:
+type: other