Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
siibra-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Xiao Gui
siibra-explorer
Commits
7e0a9506
Unverified
Commit
7e0a9506
authored
2 years ago
by
xgui3783
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1207 from FZJ-INM1-BDA/fix_connectivity_error
Fix connectivity error
parents
b43a6004
3c1414c0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.storybook/preview-head.html
+1
-1
1 addition, 1 deletion
.storybook/preview-head.html
deploy/csp/index.js
+1
-1
1 addition, 1 deletion
deploy/csp/index.js
src/index.html
+1
-1
1 addition, 1 deletion
src/index.html
with
3 additions
and
3 deletions
.storybook/preview-head.html
+
1
−
1
View file @
7e0a9506
...
...
@@ -10,5 +10,5 @@
}
</style>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity=
"sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin=
"anonymous"
>
<script
type=
"module"
src=
"https://unpkg.com/hbp-connectivity-component@0.6.
2
/dist/connectivity-component/connectivity-component.js"
defer
></script>
<script
type=
"module"
src=
"https://unpkg.com/hbp-connectivity-component@0.6.
5
/dist/connectivity-component/connectivity-component.js"
defer
></script>
<link
rel=
"stylesheet"
href=
"icons/iav-icons.css"
>
This diff is collapsed.
Click to expand it.
deploy/csp/index.js
+
1
−
1
View file @
7e0a9506
...
...
@@ -113,7 +113,7 @@ module.exports = {
'
https://unpkg.com/mathjax@3.1.2/
'
,
// math jax
'
https://unpkg.com/three-surfer@0.0.11/dist/bundle.js
'
,
// for threeSurfer (freesurfer support in browser)
'
https://unpkg.com/ng-layer-tune@0.0.6/dist/ng-layer-tune/
'
,
// needed for ng layer control
'
https://unpkg.com/hbp-connectivity-component@0.6.
2
/
'
,
// needed for connectivity component
'
https://unpkg.com/hbp-connectivity-component@0.6.
5
/
'
,
// needed for connectivity component
(
req
,
res
)
=>
res
.
locals
.
nonce
?
`'nonce-
${
res
.
locals
.
nonce
}
'`
:
null
,
...
SCRIPT_SRC
,
...
WHITE_LIST_SRC
,
...
...
This diff is collapsed.
Click to expand it.
src/index.html
+
1
−
1
View file @
7e0a9506
...
...
@@ -15,7 +15,7 @@
<script
src=
"https://unpkg.com/kg-dataset-previewer@1.2.0/dist/kg-dataset-previewer/kg-dataset-previewer.js"
defer
></script>
<script
src=
"https://unpkg.com/three-surfer@0.0.11/dist/bundle.js"
defer
></script>
<script
type=
"module"
src=
"https://unpkg.com/ng-layer-tune@0.0.6/dist/ng-layer-tune/ng-layer-tune.esm.js"
></script>
<script
type=
"module"
src=
"https://unpkg.com/hbp-connectivity-component@0.6.
2
/dist/connectivity-component/connectivity-component.js"
></script>
<script
type=
"module"
src=
"https://unpkg.com/hbp-connectivity-component@0.6.
5
/dist/connectivity-component/connectivity-component.js"
></script>
<script
defer
src=
"https://unpkg.com/mathjax@3.1.2/es5/tex-svg.js"
></script>
<script
defer
src=
"https://unpkg.com/d3@6.2.0/dist/d3.min.js"
></script>
<title>
Siibra Explorer
</title>
...
...
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