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
8284d5a1
Commit
8284d5a1
authored
3 years ago
by
Xiao Gui
Browse files
Options
Downloads
Patches
Plain Diff
feat: add hide bg/hide 0 val to nifti ctrl
parent
d897b03f
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
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
src/viewerModule/nehuba/nehubaViewerGlue/nehubaViewerGlue.template.html
+1
-0
1 addition, 0 deletions
...le/nehuba/nehubaViewerGlue/nehubaViewerGlue.template.html
with
3 additions
and
2 deletions
deploy/csp/index.js
+
1
−
1
View file @
8284d5a1
...
...
@@ -116,7 +116,7 @@ module.exports = {
'
unpkg.com/kg-dataset-previewer@1.2.0/
'
,
// preview component
'
cdnjs.cloudflare.com/ajax/libs/mathjax/
'
,
// math jax
'
https://unpkg.com/three-surfer@0.0.10/dist/bundle.js
'
,
// for threeSurfer (freesurfer support in browser)
'
https://unpkg.com/ng-layer-tune@0.0.
2
/dist/ng-layer-tune/ng-layer-tune.esm.js
'
,
// needed for ng layer control
'
https://unpkg.com/ng-layer-tune@0.0.
4
/dist/ng-layer-tune/ng-layer-tune.esm.js
'
,
// needed for ng layer control
(
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 @
8284d5a1
...
...
@@ -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.10/dist/bundle.js"
defer
></script>
<script
type=
"module"
src=
"https://unpkg.com/ng-layer-tune@0.0.
2
/dist/ng-layer-tune/ng-layer-tune.esm.js"
></script>
<script
type=
"module"
src=
"https://unpkg.com/ng-layer-tune@0.0.
4
/dist/ng-layer-tune/ng-layer-tune.esm.js"
></script>
<title>
Interactive Atlas Viewer
</title>
</head>
...
...
This diff is collapsed.
Click to expand it.
src/viewerModule/nehuba/nehubaViewerGlue/nehubaViewerGlue.template.html
+
1
−
0
View file @
8284d5a1
...
...
@@ -220,6 +220,7 @@
<div
*ngIf=
"data.moreInfoFlag"
class=
"iv-custom-comp darker-bg overflow-hidden grid-wide-3"
>
<ng-layer-tune
advanced-control=
"true"
[ngLayerName]=
"data.layerName"
[thresholdMin]=
"data.min"
[thresholdMax]=
"data.max"
>
...
...
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