Skip to content

Commit

Permalink
Update retrieve tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Mar 12, 2024
1 parent eef5d92 commit 8ab231d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/configs/frontend/development/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion helm/configs/frontend/production/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion helm/configs/frontend/qa/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8ab231d

Please sign in to comment.