Skip to content

Commit

Permalink
Merge pull request #368 from EBISPOT/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ala-ebi authored Aug 19, 2024
2 parents 9c06496 + 29b4d2d commit 5623f61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/MenuAppBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import ElixirAuthService from '../ElixirAuthService';
import jwt_decode from 'jwt-decode';

import { AuthConsumer, AuthContext } from '../auth-context';
import {Alert} from "@material-ui/lab";


const useStyles = makeStyles(theme => ({
Expand Down Expand Up @@ -247,6 +248,10 @@ function MenuAppBar() {
<div style={{ backgroundColor: '#FFDFC2', height: '4px' }}></div>
<div style={{ backgroundColor: '#398A96', height: '8px' }}></div>
<div style={{ backgroundColor: '#B0DFE6', height: '8px' }}></div>
<Alert severity="warning">Due to essential server maintenance, <b> validation & processing
of summary statistics will be disabled between 20 and 22nd August 2024.</b> If
you have many files to submit, we advise waiting till after the 22nd to submit your data. Thank you for your patience!
</Alert>
</div>
);
}
Expand Down
4 changes: 2 additions & 2 deletions src/SubmissionDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ class SubmissionDetails extends Component {
if (submissionStatus === 'STARTED') {
upload_sumstats_button =
<Fragment>
<Button href={globusSumStatsFolder} target="_blank" rel="noopener noreferrer" fullWidth className={classes.button}>
<Button disabled href={globusSumStatsFolder} target="_blank" rel="noopener noreferrer" fullWidth className={classes.button}>
Upload summary statistics
</Button>
{/* Handle case when globusSumStatsFolder is not returned */}
Expand Down Expand Up @@ -1446,7 +1446,7 @@ class SubmissionDetails extends Component {
upload_files_to_globus_step =
<Grid item container xs={12}>
<Typography className={classes.stepTextStyle} >
1 - Upload summary statistics file(s) <a href={globusSumStatsFolder} target="_blank" rel="noopener noreferrer"> to your Globus submission folder</a>
1 - Upload summary statistics file(s) <a target="_blank" rel="noopener noreferrer"> to your Globus submission folder</a>
</Typography>
</Grid>
} else if (submissionStatus === 'SUBMITTED' || submissionStatus === 'COMPLETE'
Expand Down

0 comments on commit 5623f61

Please sign in to comment.