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
4dc1f5c3
Commit
4dc1f5c3
authored
Feb 26, 2019
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove auto-duplicated chunk
parent
1bb21af9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
app/assets/javascripts/environments/components/environments_table.vue
...avascripts/environments/components/environments_table.vue
+0
-9
No files found.
app/assets/javascripts/environments/components/environments_table.vue
View file @
4dc1f5c3
...
...
@@ -70,15 +70,6 @@ export default {
);
},
},
computed
:
{
sortedEnvironments
()
{
return
this
.
sortEnvironments
(
this
.
environments
).
map
(
env
=>
this
.
shouldRenderFolderContent
(
env
)
?
{
...
env
,
children
:
this
.
sortEnvironments
(
env
.
children
)
}
:
env
,
);
},
},
methods
:
{
folderUrl
(
model
)
{
return
`
${
window
.
location
.
pathname
}
/folders/
${
model
.
folderName
}
`
;
...
...
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