mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-28 12:34:36 +00:00
work-work
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user