mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 04:51:39 +02:00
feat: add deselect all button to jobStatefilter
This commit is contained in:
@@ -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={() => {
|
||||||
|
Reference in New Issue
Block a user