summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-12 16:03:02 -0500
committerFilipa Lacerda <filipa@gitlab.com>2017-01-12 16:09:13 -0500
commit100bbd95a3ea696f883c9ae8d2e29afaea6cecca (patch)
tree07a30bf4b64591169a9911a06d4d5829a0e2e0c4
parent3eebca7b5c8af599d4aec6f2b5b4905408079754 (diff)
downloadgitlab-ce-26615-pipeline-status-cell.tar.gz
Fixes pipeline status cell is too wide by adding missing classes in table head cells26615-pipeline-status-cell
Adds mr id to changelog
-rw-r--r--app/assets/javascripts/vue_pipelines_index/pipelines.js.es612
-rw-r--r--changelogs/unreleased/26615-pipeline-status-cell.yml4
2 files changed, 10 insertions, 6 deletions
diff --git a/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6 b/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
index 73627e9ba50..b2ed05503c9 100644
--- a/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
+++ b/app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
@@ -73,12 +73,12 @@
<table class="table ci-table">
<thead>
<tr>
- <th>Status</th>
- <th>Pipeline</th>
- <th>Commit</th>
- <th>Stages</th>
- <th></th>
- <th class="hidden-xs"></th>
+ <th class="pipeline-status">Status</th>
+ <th class="pipeline-info">Pipeline</th>
+ <th class="pipeline-commit">Commit</th>
+ <th class="pipeline-stages">Stages</th>
+ <th class="pipeline-date"></th>
+ <th class="pipeline-actions hidden-xs"></th>
</tr>
</thead>
<tbody>
diff --git a/changelogs/unreleased/26615-pipeline-status-cell.yml b/changelogs/unreleased/26615-pipeline-status-cell.yml
new file mode 100644
index 00000000000..9a19b041e63
--- /dev/null
+++ b/changelogs/unreleased/26615-pipeline-status-cell.yml
@@ -0,0 +1,4 @@
+---
+title: Fixes pipeline status cell is too wide by adding missing classes in table head cells
+merge_request: 8549
+author: