feature/146-runner-table-performance-data-table #150

Merged
philipp merged 11 commits from feature/146-runner-table-performance-data-table into dev 2023-02-18 16:17:52 +00:00
Showing only changes of commit 0900c2691e - Show all commits

View File

@ -112,6 +112,7 @@
<input
type="checkbox"
class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded"
checked={generate_runners.filter((i)=>i.id == row.id).length > 0}
on:click={() => {
if (
generate_runners.findIndex((i) => i.id == row.id) == -1
@ -123,6 +124,7 @@
(r) => r.id != row.id
);
}
console.log(generate_runners)
}}
/>
</td>