Do not set service loading state too early

This commit is contained in:
Johannes Zellner
2025-01-21 21:21:15 +01:00
parent c53adedbe0
commit f5e8a60a8f

View File

@@ -78,8 +78,8 @@ async function refreshAll() {
if (!services[s]) services[s] = { id: s, name: s, config: {} };
}
refreshBusy.value = false;
await each(serviceList, refresh);
refreshBusy.value = false;
}
async function onRestart(id) {