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
187620fb
Commit
187620fb
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
546c82f6
No related branches found
No related tags found
1 merge request
!131
Merge relevant Abstract and references
Pipeline
#117828
canceled with stages
in 2 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/content/StructureDb.vue
+1
-3
1 addition, 3 deletions
components/content/StructureDb.vue
content/5.predicted-structure.md
+1
-0
1 addition, 0 deletions
content/5.predicted-structure.md
with
2 additions
and
3 deletions
components/content/StructureDb.vue
+
1
−
3
View file @
187620fb
<
script
setup
lang=
"ts"
>
import
{
useFacetsStore
}
from
'
~~/stores/facets
'
const
sortBy
:
Ref
<
{
key
:
string
,
order
:
string
}[]
>
=
ref
([{
key
:
'
system
'
,
order
:
"
asc
"
}])
const
itemValue
=
ref
(
"
id
"
);
const
facets
=
ref
([
"
system
"
,
"
completed
"
,
const
facets
:
Ref
<
string
[]
>
=
ref
([
"
system
"
,
"
completed
"
,
"
plddts
"
,])
const
headers
:
Ref
<
Object
[]
>
=
ref
([
{
title
:
"
System
"
,
key
:
"
system
"
},
...
...
This diff is collapsed.
Click to expand it.
content/5.predicted-structure.md
+
1
−
0
View file @
187620fb
...
...
@@ -2,6 +2,7 @@
layout
:
db
---
## Predicted Structures
::structure-db
::
\ No newline at end of file
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