Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
100bbd95
Commit
100bbd95
authored
Jan 12, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes pipeline status cell is too wide by adding missing classes in table head cells
Adds mr id to changelog
parent
3eebca7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
+6
-6
changelogs/unreleased/26615-pipeline-status-cell.yml
changelogs/unreleased/26615-pipeline-status-cell.yml
+4
-0
No files found.
app/assets/javascripts/vue_pipelines_index/pipelines.js.es6
View file @
100bbd95
...
...
@@ -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>
...
...
changelogs/unreleased/26615-pipeline-status-cell.yml
0 → 100644
View file @
100bbd95
---
title
:
Fixes pipeline status cell is too wide by adding missing classes in table head cells
merge_request
:
8549
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment