Do not set service loading state too early
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user