mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-15 04:17:30 +01:00
Migrate jobList and jobListRow
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
username = null,
|
||||
authlevel= null,
|
||||
roles = null,
|
||||
isSelected = null,
|
||||
isSelected = $bindable(),
|
||||
showSelect = false,
|
||||
} = $props();
|
||||
|
||||
@@ -89,10 +89,8 @@
|
||||
}}>
|
||||
{#if isSelected}
|
||||
<Icon name="check-square"/>
|
||||
{:else if isSelected == false}
|
||||
<Icon name="square"/>
|
||||
{:else}
|
||||
<Icon name="plus-square-dotted" />
|
||||
{:else }
|
||||
<Icon name="plus-square-dotted"/>
|
||||
{/if}
|
||||
</Button>
|
||||
<Tooltip
|
||||
|
||||
Reference in New Issue
Block a user