1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-26 22:26:08 +02:00

Fix reload in jobList

This commit is contained in:
Christoph Kluge
2023-05-09 12:40:42 +02:00
parent 59a99b75e3
commit a1ef7c6416

@@ -72,7 +72,7 @@
<UserOrProject bind:authlevel={authlevel} bind:roles={roles} on:update={({ detail }) => filters.update(detail)}/>
</Col>
<Col xs="2">
<Refresher on:reload={() => jobList.update()} />
<Refresher on:reload={() => jobList.refresh()} />
</Col>
</Row>
<br/>