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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
7966584f
Commit
7966584f
authored
Nov 21, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve readability of environments table
parent
80eaed16
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
app/assets/javascripts/environments/components/environment.js.es6
...ts/javascripts/environments/components/environment.js.es6
+6
-6
app/assets/stylesheets/pages/environments.scss
app/assets/stylesheets/pages/environments.scss
+15
-0
No files found.
app/assets/javascripts/environments/components/environment.js.es6
View file @
7966584f
...
...
@@ -211,12 +211,12 @@
<table class="table ci-table environments">
<thead>
<tr>
<th>Environment</th>
<th>Last deployment</th>
<th>Build</th>
<th>Commit</th>
<th></th>
<th class="hidden-xs"></th>
<th
class="environments-name"
>Environment</th>
<th
class="environments-deploy"
>Last deployment</th>
<th
class="environments-build"
>Build</th>
<th
class="environments-commit"
>Commit</th>
<th
class="environments-date"
></th>
<th class="hidden-xs
environments-actions
"></th>
</tr>
</thead>
<tbody>
...
...
app/assets/stylesheets/pages/environments.scss
View file @
7966584f
...
...
@@ -18,6 +18,21 @@
.environments
{
table-layout
:
fixed
;
.environments-commit
.environments-actions
{
width
:
20%
;
}
.environments-deploy
,
.environments-build
,
.environments-date
{
width
:
10%
;
}
.environments-name
{
width
:
30%
;
}
.deployment-column
{
.avatar
{
float
:
none
;
...
...
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