mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-25 21:09:05 +01:00
feat: add deselect all button to jobStatefilter
This commit is contained in:
parent
2a5c525193
commit
aa915d639d
@ -77,6 +77,13 @@
|
|||||||
dispatch("set-filter", { states });
|
dispatch("set-filter", { states });
|
||||||
}}>Close & Apply</Button
|
}}>Close & Apply</Button
|
||||||
>
|
>
|
||||||
|
<Button
|
||||||
|
color="warning"
|
||||||
|
on:click={() => {
|
||||||
|
states = [...allJobStates];
|
||||||
|
pendingStates = [];
|
||||||
|
}}>Deselect All</Button
|
||||||
|
>
|
||||||
<Button
|
<Button
|
||||||
color="danger"
|
color="danger"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user