From e873fbeffbc5874f58b4323e16c102c65f666de1 Mon Sep 17 00:00:00 2001 From: Max Novelli Date: Thu, 22 Aug 2024 19:22:00 +0200 Subject: [PATCH] Updated frontend config with fake url --- src/config/frontend.config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/frontend.config.json b/src/config/frontend.config.json index 9ae4a1688..39ec77d8b 100644 --- a/src/config/frontend.config.json +++ b/src/config/frontend.config.json @@ -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"] @@ -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"] @@ -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"] }, @@ -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"]