Add group count and aggregating task count in TaskView

This commit is contained in:
Ken Hibino
2022-03-22 06:50:10 -07:00
parent 6ec87cd434
commit a0e80ca4da
6 changed files with 35 additions and 7 deletions

View File

@@ -65,6 +65,15 @@ function QueueInfoBanner(props: Props & ReduxProps) {
</Typography>
</div>
<div className={classes.bannerItem}>
<Typography variant="subtitle2" color="textPrimary" gutterBottom>
Task groups
</Typography>
<Typography color="textSecondary">
{queue ? queue.groups : "-"}
</Typography>
</div>
<div className={classes.bannerItem}>
<Typography variant="subtitle2" color="textPrimary" gutterBottom>
Memory usage