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
b2dc319f
Commit
b2dc319f
authored
Jun 18, 2021
by
Andrew Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Environment Name Cell Width to Computed
A little cleaner, a little easier to read.
parent
6b8fe36c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
app/assets/javascripts/environments/components/environment_item.vue
.../javascripts/environments/components/environment_item.vue
+4
-1
No files found.
app/assets/javascripts/environments/components/environment_item.vue
View file @
b2dc319f
...
@@ -552,6 +552,9 @@ export default {
...
@@ -552,6 +552,9 @@ export default {
{
'
gl-display-none gl-md-display-block
'
:
!
this
.
upcomingDeployment
},
{
'
gl-display-none gl-md-display-block
'
:
!
this
.
upcomingDeployment
},
];
];
},
},
tableNameSpacingClass
()
{
return
this
.
isFolder
?
'
section-100
'
:
this
.
tableData
.
name
.
spacing
;
},
},
},
methods
:
{
methods
:
{
...
@@ -588,7 +591,7 @@ export default {
...
@@ -588,7 +591,7 @@ export default {
>
>
<div
<div
class=
"table-section section-wrap text-truncate"
class=
"table-section section-wrap text-truncate"
:class=
"
[isFolder ? 'section-100' : tableData.name.spacing]
"
:class=
"
tableNameSpacingClass
"
role=
"gridcell"
role=
"gridcell"
>
>
<div
v-if=
"!isFolder"
class=
"table-mobile-header"
role=
"rowheader"
>
<div
v-if=
"!isFolder"
class=
"table-mobile-header"
role=
"rowheader"
>
...
...
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