sort healthTable onMount

This commit is contained in:
Christoph Kluge
2026-02-25 13:23:44 +01:00
parent 45a1bc78b7
commit df3bc111a4

View File

@@ -6,6 +6,7 @@
-->
<script>
import { onMount } from "svelte";
import {
Row,
Col,
@@ -140,6 +141,9 @@
healthTableData = [...pendingHealthData];
}
/* On Mount */
onMount(() => sortBy('healthState'));
</script>
<!-- Refresher and space for other options -->