query progress for some pages
This commit is contained in:
@@ -118,7 +118,12 @@ function PreviewPage() {
|
|||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
<LinearProgress />
|
<LinearProgress
|
||||||
|
variant="query"
|
||||||
|
sx={{
|
||||||
|
height: 2,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,6 +97,12 @@ function ProcessingPage() {
|
|||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
<LinearProgress
|
||||||
|
variant="query"
|
||||||
|
sx={{
|
||||||
|
height: 2,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user