Skip to content
Snippets Groups Projects
Commit 1f865b1a authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Added default PID GUI values.

parent 488c69d4
No related branches found
No related tags found
1 merge request!40Merge v0.4.4
Pipeline #46463 passed
......@@ -178,11 +178,11 @@ class RepoCalcView extends React.Component {
<Grid item xs={5}>
<Card>
<CardHeader title="Id / Processing" />
<CardHeader title="Ids / processing" />
<CardContent classes={{root: classes.cardContent}}>
<div className={classes.quantityColumn} style={{maxWidth: 350}}>
<CalcQuantity label='PID' loading={loading} noWrap>
<b>{calcData.pid}</b>
{calcData.pid ? <b>{calcData.pid}</b> : <i>not yet assigned</i>}
</CalcQuantity>
<CalcQuantity label='upload id' noWrap>
{calcData.upload_id}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment