Commit f2988ee5 authored by Jonston Chan's avatar Jonston Chan

Fix header order in CI/CD pipeline's job tab

Swaps the header order in CI/CD pipeline's job tab
for job ID and job name so that the data matches the column headers

Changelog: fixed
parent f271c5db
......@@ -34,8 +34,8 @@
%thead
%tr
%th= _('Status')
%th= _('Job ID')
%th= _('Name')
%th= _('Job ID')
%th
%th= _('Coverage')
%th
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment