mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-22 06:16:11 +08:00
Fix pagination in Active table
This commit is contained in:
@@ -207,7 +207,10 @@ function TasksTable(props: Props & ReduxProps) {
|
||||
</div>
|
||||
</div>
|
||||
<TabPanel value="active" selected={props.selected}>
|
||||
<ActiveTasksTable queue={props.queue} />
|
||||
<ActiveTasksTable
|
||||
queue={props.queue}
|
||||
totalTaskCount={currentStats.active}
|
||||
/>
|
||||
</TabPanel>
|
||||
<TabPanel value="pending" selected={props.selected}>
|
||||
<PendingTasksTable
|
||||
|
Reference in New Issue
Block a user