From 8ab231d1a48059c3893180b0c1a5acee08e31199 Mon Sep 17 00:00:00 2001 From: minottic Date: Tue, 12 Mar 2024 11:11:30 +0100 Subject: [PATCH] Update retrieve tooltip --- helm/configs/frontend/development/config.json | 2 +- helm/configs/frontend/production/config.json | 2 +- helm/configs/frontend/qa/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/configs/frontend/development/config.json b/helm/configs/frontend/development/config.json index d715f21..57ddf36 100644 --- a/helm/configs/frontend/development/config.json +++ b/helm/configs/frontend/development/config.json @@ -9,7 +9,7 @@ }, { "option": "PSI-RA", - "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/${groupname}/retrieve/${sourceFolder}/" + "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" }, { "option": "URLs", diff --git a/helm/configs/frontend/production/config.json b/helm/configs/frontend/production/config.json index 6db902f..a0d99cb 100644 --- a/helm/configs/frontend/production/config.json +++ b/helm/configs/frontend/production/config.json @@ -9,7 +9,7 @@ }, { "option": "PSI-RA", - "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/${groupname}/retrieve/${sourceFolder}/" + "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" }, { "option": "URLs", diff --git a/helm/configs/frontend/qa/config.json b/helm/configs/frontend/qa/config.json index 9c17c7b..dfeb7d3 100644 --- a/helm/configs/frontend/qa/config.json +++ b/helm/configs/frontend/qa/config.json @@ -9,7 +9,7 @@ }, { "option": "PSI-RA", - "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/${groupname}/retrieve/${sourceFolder}/" + "tooltip": "Copy the data directly to the PSI RA cluster destination folder at /gpfs/workfs/${groupname:0:3}/retrieve/${groupname}/${sourceFolder}/" }, { "option": "URLs",