-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy frontend:
61e84a1
adding tooltips
- Loading branch information
Showing
8 changed files
with
160 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
config/jupyter/.env | ||
config/frontend/config.json | ||
config/proposals/.env |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
{ | ||
"lbBaseURL": "http://127.0.0.1:3000", | ||
"accessTokenPrefix": "", | ||
"archiveWorkflowEnabled": true, | ||
"externalAuthEndpoint": null, | ||
"editMetadataEnabled": false, | ||
"editSampleEnabled": false, | ||
"editPublishedData": true, | ||
"scienceSearchEnabled": true, | ||
"facility": "PSI", | ||
"multipleDownloadEnabled": false, | ||
"shoppingCartEnabled": true, | ||
"shoppingCartOnHeader": true, | ||
"ingestManual": "http://melanie.gitpages.psi.ch/SciCatPages/", | ||
"gettingStarted": "http://melanie.gitpages.psi.ch/SciCatPages/SciCatGettingStartedSLSSummary.pdf", | ||
"jupyterHubUrl": "https://jupyterhub.apps.ocp4a.psi.ch/hub/login", | ||
"riotBaseUrl": null, | ||
"datasetReduceEnabled": false, | ||
"fileColorEnabled": false, | ||
"jsonMetadataEnabled": true, | ||
"localColumns": [ | ||
{ | ||
"name": "select", | ||
"order": 0, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "datasetName", | ||
"order": 1, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "runNumber", | ||
"order": 2, | ||
"type": "custom", | ||
"enabled": false | ||
}, | ||
{ | ||
"name": "sourceFolder", | ||
"order": 3, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "size", | ||
"order": 4, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "creationTime", | ||
"order": 5, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "type", | ||
"order": 6, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "image", | ||
"order": 7, | ||
"type": "standard", | ||
"enabled": false | ||
}, | ||
{ | ||
"name": "metadata", | ||
"order": 8, | ||
"type": "standard", | ||
"enabled": false | ||
}, | ||
{ | ||
"name": "proposalId", | ||
"order": 9, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "ownerGroup", | ||
"order": 10, | ||
"type": "standard", | ||
"enabled": true | ||
}, | ||
{ | ||
"name": "dataStatus", | ||
"order": 11, | ||
"type": "standard", | ||
"enabled": true | ||
} | ||
], | ||
"logbookEnabled": false, | ||
"metadataPreviewEnabled": false, | ||
"maxDirectDownloadSize": 5000000000, | ||
"multipleDownloadAction": null, | ||
"searchSamples": true, | ||
"sftpHost": null, | ||
"tableSciDataEnabled": false, | ||
"shareEnabled": true, | ||
"searchPublicDataEnabled": true, | ||
"landingPage": "doi2.psi.ch/detail/", | ||
"fileDownloadEnabled": false, | ||
"jobsEnabled": true, | ||
"policiesEnabled": true, | ||
"addDatasetEnabled": false, | ||
"editDatasetSampleEnabled": false, | ||
"scienceSearchUnitsEnabled": false, | ||
"metadataStructure": "tree", | ||
"loginFormEnabled": true, | ||
"oAuth2Endpoints": [ | ||
{ | ||
"displayText": "PSI account", | ||
"displayImage": "../../../assets/images/keycloak_icon_256px.svg", | ||
"authURL": "auth/keycloak" | ||
} | ||
], | ||
"helpMessages": { | ||
"gettingStarted": "(PSI intranet only) gives a brief description on how to get started using the data catalog.", | ||
"ingestManual": "(PSI intranet only) provides detailed information on how to make your data available to the catalog as well as archiving and retrieval of datasets." | ||
}, | ||
"retrieveDestinations": [ | ||
{ | ||
"option": "PSI", | ||
"tooltip": "Copy the data to the PSI storage buffer. After that, you need to copy it from there to any destination using the datasetRetriever command or using rsync from pb-retrieve.psi.ch" | ||
}, | ||
{ | ||
"option": "PSI-RA", | ||
"tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/${groupname}/retrieve/${sourceFolder}/" | ||
} | ||
] | ||
} |
Submodule frontend
updated
34 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters