work-work

This commit is contained in:
Andras Bacsai
2022-10-17 15:43:57 +02:00
parent a7e86d9afd
commit 8f660c0276
12 changed files with 322 additions and 105 deletions

View File

@@ -41,6 +41,7 @@
},
stuff: {
service,
template,
readOnly,
settings
}
@@ -111,7 +112,7 @@
$status.service.initialLoading = true;
$status.service.loading = true;
try {
await post(`/services/${service.id}/${service.type}/start`, {});
await post(`/services/${service.id}/start`, {});
} catch (error) {
return errorNotification(error);
} finally {