Skip to content

Commit

Permalink
Web: QC Page: Make initial "Loading Data..." more visible
Browse files Browse the repository at this point in the history
Larger font, bold, margin top 20px
  • Loading branch information
danjasuw committed May 17, 2024
1 parent 0df4fef commit 229c362
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2276,8 +2276,8 @@ export class QcViewPage_DisplayData__Main_Component extends React.Component< QcV
{ ( ! this.state.reportedPeptideIds_AndTheir_PSM_IDs__AllProjectSearchIds_ForCharts ) ? (

<div >
<div >
Loading Data
<div style={ { fontSize: 18, fontWeight: "bold", marginTop: 20 } }>
Loading Data...
</div>
<div style={ { paddingTop: 40, paddingBottom: 80 } }>
<Spinner_Limelight_Component/>
Expand Down

0 comments on commit 229c362

Please sign in to comment.