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
6b8fe36c
Commit
6b8fe36c
authored
Jun 17, 2021
by
Daniel Fosco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix environment folder broken layout
Changelog: fixed
parent
14fd3b26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
app/assets/javascripts/environments/components/environment_item.vue
.../javascripts/environments/components/environment_item.vue
+8
-2
No files found.
app/assets/javascripts/environments/components/environment_item.vue
View file @
6b8fe36c
...
...
@@ -588,7 +588,7 @@ export default {
>
<div
class=
"table-section section-wrap text-truncate"
:class=
"
tableData.name.spacing
"
:class=
"
[isFolder ? 'section-100' : tableData.name.spacing]
"
role=
"gridcell"
>
<div
v-if=
"!isFolder"
class=
"table-mobile-header"
role=
"rowheader"
>
...
...
@@ -632,6 +632,7 @@ export default {
</div>
<div
v-if=
"!isFolder"
class=
"table-section deployment-column d-none d-md-block"
:class=
"tableData.deploy.spacing"
role=
"gridcell"
...
...
@@ -656,7 +657,12 @@ export default {
</div>
</div>
<div
class=
"table-section d-none d-md-block"
:class=
"tableData.build.spacing"
role=
"gridcell"
>
<div
v-if=
"!isFolder"
class=
"table-section d-none d-md-block"
:class=
"tableData.build.spacing"
role=
"gridcell"
>
<a
v-if=
"shouldRenderBuildName"
:href=
"buildPath"
class=
"build-link cgray"
>
<tooltip-on-truncate
:title=
"buildName"
...
...
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