Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
aa6753f2
Commit
aa6753f2
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
sort in order to have a correct key
parent
f34a3d2c
No related branches found
No related tags found
1 merge request
!226
Resolve "Design of the structure section in a system's page"
Pipeline
#126750
waiting for manual action with stages
in 5 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/content/pdockqMatrix.vue
+1
-1
1 addition, 1 deletion
components/content/pdockqMatrix.vue
server/plugins/content.ts
+1
-1
1 addition, 1 deletion
server/plugins/content.ts
with
2 additions
and
2 deletions
components/content/Matrix
Pdock
.vue
→
components/content/
pdockq
Matrix.vue
+
1
−
1
View file @
aa6753f2
...
@@ -70,7 +70,7 @@ const groupedPdocks = computed(() => {
...
@@ -70,7 +70,7 @@ const groupedPdocks = computed(() => {
}
else
{
}
else
{
throw
createError
(
`More than 2 proteins in a dimer structure for system
${
computedSystem
.
value
}
!`
)
throw
createError
(
`More than 2 proteins in a dimer structure for system
${
computedSystem
.
value
}
!`
)
}
}
}),
d
=>
d
.
system_genes
.
join
(
"
--
"
))
}),
d
=>
d
.
system_genes
.
sort
().
join
(
"
--
"
))
})
})
...
...
This diff is collapsed.
Click to expand it.
server/plugins/content.ts
+
1
−
1
View file @
aa6753f2
...
@@ -79,7 +79,7 @@ export default defineNitroPlugin((nitroApp) => {
...
@@ -79,7 +79,7 @@ export default defineNitroPlugin((nitroApp) => {
if
(
index
!==
-
1
)
{
if
(
index
!==
-
1
)
{
file
.
body
.
children
.
splice
(
index
+
1
,
0
,
{
file
.
body
.
children
.
splice
(
index
+
1
,
0
,
{
type
:
"
element
"
,
type
:
"
element
"
,
tag
:
'
matrix
-pdock
'
,
tag
:
'
pdockq-
matrix
'
,
props
:
{},
props
:
{},
children
:
[]
children
:
[]
})
})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment