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
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-13 00:03:02 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-01-13 00:09:13 +0300
commit100bbd95a3ea696f883c9ae8d2e29afaea6cecca (patch)
tree07a30bf4b64591169a9911a06d4d5829a0e2e0c4 /app
parent3eebca7b5c8af599d4aec6f2b5b4905408079754 (diff)
Fixes pipeline status cell is too wide by adding missing classes in table head cells
Adds mr id to changelog
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/vue_pipelines_index/pipelines.js.es612
1 files changed, 6 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>