Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Merge requests
!31
Structures table
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Structures table
structures-table
into
dev
Overview
0
Commits
21
Pipelines
33
Changes
28
Merged
Remi PLANEL
requested to merge
structures-table
into
dev
1 year ago
Overview
0
Commits
21
Pipelines
33
Changes
28
Expand
References
#132 (closed)
0
0
Merge request reports
Compare
dev
version 15
800a477f
1 year ago
version 14
baa3ccbe
1 year ago
version 13
4e209ab7
1 year ago
version 12
f29acb76
1 year ago
version 11
47f26ad9
1 year ago
version 10
f8db3737
1 year ago
version 9
4d043b6c
1 year ago
version 8
1376c10e
1 year ago
version 7
f981c6d7
1 year ago
version 6
2d7ef0d5
1 year ago
version 5
52e3c3b4
1 year ago
version 4
fb11a757
1 year ago
version 3
c2181f75
1 year ago
version 2
d4c8fd0e
1 year ago
version 1
11328627
1 year ago
dev (base)
and
latest version
latest version
7bb9db97
21 commits,
1 year ago
version 15
800a477f
20 commits,
1 year ago
version 14
baa3ccbe
19 commits,
1 year ago
version 13
4e209ab7
18 commits,
1 year ago
version 12
f29acb76
17 commits,
1 year ago
version 11
47f26ad9
16 commits,
1 year ago
version 10
f8db3737
15 commits,
1 year ago
version 9
4d043b6c
14 commits,
1 year ago
version 8
1376c10e
13 commits,
1 year ago
version 7
f981c6d7
12 commits,
1 year ago
version 6
2d7ef0d5
11 commits,
1 year ago
version 5
52e3c3b4
10 commits,
1 year ago
version 4
fb11a757
9 commits,
1 year ago
version 3
c2181f75
8 commits,
1 year ago
version 2
d4c8fd0e
7 commits,
1 year ago
version 1
11328627
6 commits,
1 year ago
28 files
+
3059
−
27341
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
28
Search (e.g. *.vue) (Ctrl+P)
components/Nav/Navbar.vue
+
2
−
0
Options
@@ -28,6 +28,8 @@ const sections = ref([
},
{
id
:
"
wiki
"
,
label
:
"
Wiki
"
,
to
:
'
/
'
,
},
{
id
:
"
refseq
"
,
label
:
"
REFSEQ
"
,
to
:
'
/refseq/
'
},
{
id
:
"
structure
"
,
label
:
"
Structures
"
,
to
:
'
/predicted-structure/
'
},
{
id
:
"
help
"
,
label
:
"
Help
"
,
to
:
'
/help/
'
},
]);
Loading