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
Merge requests
!134
Resolve "Table with all PDB files, to make them available to download"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Table with all PDB files, to make them available to download"
table-structure-with-molstar
into
dev
Overview
0
Commits
28
Pipelines
22
Changes
7
Merged
Remi PLANEL
requested to merge
table-structure-with-molstar
into
dev
1 year ago
Overview
0
Commits
28
Pipelines
22
Changes
1
Expand
Closes
#132 (closed)
0
0
Merge request reports
Compare
version 5
version 21
f3bd6728
1 year ago
version 20
750d2c5f
1 year ago
version 19
33b451bf
1 year ago
version 18
c1e2ac50
1 year ago
version 17
c73efbcf
1 year ago
version 16
15c91a57
1 year ago
version 15
600b924f
1 year ago
version 14
be147729
1 year ago
version 13
4b21ca1e
1 year ago
version 12
526bd3b3
1 year ago
version 11
bfa0dc8f
1 year ago
version 10
84931541
1 year ago
version 9
9c241d08
1 year ago
version 8
c5c010d0
1 year ago
version 7
adba77d2
1 year ago
version 6
a9015948
1 year ago
version 5
44019926
1 year ago
version 4
db2b9d65
1 year ago
version 3
1a989968
1 year ago
version 2
1a989968
1 year ago
version 1
ce39689a
1 year ago
dev (base)
and
version 6
latest version
da763fdd
28 commits,
1 year ago
version 21
f3bd6728
27 commits,
1 year ago
version 20
750d2c5f
26 commits,
1 year ago
version 19
33b451bf
25 commits,
1 year ago
version 18
c1e2ac50
24 commits,
1 year ago
version 17
c73efbcf
23 commits,
1 year ago
version 16
15c91a57
22 commits,
1 year ago
version 15
600b924f
21 commits,
1 year ago
version 14
be147729
20 commits,
1 year ago
version 13
4b21ca1e
19 commits,
1 year ago
version 12
526bd3b3
18 commits,
1 year ago
version 11
bfa0dc8f
17 commits,
1 year ago
version 10
84931541
16 commits,
1 year ago
version 9
9c241d08
15 commits,
1 year ago
version 8
c5c010d0
14 commits,
1 year ago
version 7
adba77d2
10 commits,
1 year ago
version 6
a9015948
6 commits,
1 year ago
version 5
44019926
5 commits,
1 year ago
version 4
db2b9d65
3 commits,
1 year ago
version 3
1a989968
2 commits,
1 year ago
version 2
1a989968
6 commits,
1 year ago
version 1
ce39689a
1 commit,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
deploy/df-wiki/templates/configmap-nginx-conf.yaml
+
1
−
1
Options
@@ -8,7 +8,7 @@ data:
listen 8080;
server_name localhost;
port_in_redirect off;
location /wiki
/
{
location /wiki {
alias /etc/nginx/html/;
index index.html index.htm;
try_files $uri $uri/ $uri/index.html /index.html =404;