Migrate jobList and jobListRow

This commit is contained in:
Christoph Kluge
2025-06-27 15:52:54 +02:00
parent c8fe81cd80
commit c4c422da57
11 changed files with 208 additions and 185 deletions

View File

@@ -81,7 +81,7 @@
/* State Init */
let requestedScopes = $state(presetScopes);
let selectedResolution = $state(resampleConfig ? resampleDefault : 0);
let selectedResolution = $state(resampleDefault);
let selectedHost = $state(null);
let zoomState = $state(null);