Skip to content
Snippets Groups Projects
Commit e390f08b authored by Harshith DS's avatar Harshith DS
Browse files

TMSS-1757: Made server_name configurable and updated in Task Summary

parent e0d053b3
No related branches found
No related tags found
1 merge request!843Resolve TMSS-1757
REACT_APP_WEBSOCKET_URL=wss://tmss.lofar.eu/wss/
REACT_APP_CONSTRAINT_EDITABLE_STATUS=defined,scheduled,schedulable,unschedulable
REACT_APP_REQUEST_ACCESS_URL=https://support.astron.nl/confluence/display/public/TMSS+User+Documentation#TMSSUserDocumentation-Requestaccess
REACT_APP_FORGOT_PASSWORD_URL=https://webportal.astron.nl/pwm/private/Login
\ No newline at end of file
REACT_APP_FORGOT_PASSWORD_URL=https://webportal.astron.nl/pwm/private/Login
REACT_APP_SERVER_NAME=https://proxy.lofar.eu
\ No newline at end of file
......@@ -50,7 +50,7 @@ export class TaskSummary extends Component {
if(subtask.subtask_type === 'observation') {
subtask['links'] = ['Subtask ID'];
subtask['linksURL'] = {
'Subtask ID': `/inspect/HTML/${subtask.id}/`
'Subtask ID': `${process.env.REACT_APP_SERVER_NAME}/inspect/HTML/${subtask.id}/`
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment