Skip to content

Commit

Permalink
Merge pull request #1392 from SciCatProject/FE-issue-1550-datafiles-a…
Browse files Browse the repository at this point in the history
…ctions

fix: updated frontend config with fake url
  • Loading branch information
nitrosx authored Aug 23, 2024
2 parents 9a3d8d0 + e873fbe commit d7cb2ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/frontend.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"label": "Download All",
"files": "all",
"mat_icon": "download",
"url": "",
"url": "https://www.scicat.info/download/all",
"target": "_blank",
"enabled": "#SizeLimit",
"authorization": ["#datasetAccess", "#datasetPublic"]
Expand All @@ -154,7 +154,7 @@
"label": "Download Selected",
"files": "selected",
"mat_icon": "download",
"url": "",
"url": "https://www.scicat.info/download/selected",
"target": "_blank",
"enabled": "#Selected && #SizeLimit",
"authorization": ["#datasetAccess", "#datasetPublic"]
Expand All @@ -165,7 +165,7 @@
"label": "Notebook All",
"files": "all",
"icon": "/assets/icons/jupyter_logo.png",
"url": "",
"url": "https://www.scicat.info/notebook/all",
"target": "_blank",
"authorization": ["#datasetAccess", "#datasetPublic"]
},
Expand All @@ -175,7 +175,7 @@
"label": "Notebook Selected",
"files": "selected",
"icon": "/assets/icons/jupyter_logo.png",
"url": "",
"url": "https://www.scicat.info/notebook/all",
"target": "_blank",
"enabled": "#Selected",
"authorization": ["#datasetAccess", "#datasetPublic"]
Expand Down

0 comments on commit d7cb2ea

Please sign in to comment.