feat: add deselect all button to jobStatefilter

This commit is contained in:
Christoph Kluge 2024-12-20 13:02:21 +01:00
parent 2a5c525193
commit aa915d639d

View File

@ -77,6 +77,13 @@
dispatch("set-filter", { states });
}}>Close & Apply</Button
>
<Button
color="warning"
on:click={() => {
states = [...allJobStates];
pendingStates = [];
}}>Deselect All</Button
>
<Button
color="danger"
on:click={() => {