mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +08:00
Add margin bottom to DashboardView
This commit is contained in:
parent
003a88d17b
commit
2fa55ed6f6
@ -46,6 +46,9 @@ const useStyles = makeStyles((theme) => ({
|
||||
tooltipSection: {
|
||||
marginBottom: "4px",
|
||||
},
|
||||
tableContainer: {
|
||||
marginBottom: theme.spacing(2),
|
||||
},
|
||||
}));
|
||||
|
||||
function mapStateToProps(state: AppState) {
|
||||
@ -161,7 +164,7 @@ function DashboardView(props: Props) {
|
||||
</Paper>
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={12}>
|
||||
<Grid item xs={12} className={classes.tableContainer}>
|
||||
<Paper className={classes.paper} variant="outlined">
|
||||
{/* TODO: Add loading indicator */}
|
||||
<QueuesOverviewTable
|
||||
|
Loading…
Reference in New Issue
Block a user