feat: Languagetool service

This commit is contained in:
Andras Bacsai
2022-03-02 11:57:03 +01:00
parent ac19ea5407
commit 5d722183d3
11 changed files with 172 additions and 19 deletions

View File

@@ -110,23 +110,6 @@
loading = false;
}
}
// onMount(async () => {
// if (
// service.type &&
// service.destinationDockerId &&
// service.version &&
// service.fqdn &&
// !isRunning
// ) {
// try {
// await post(`/services/${service.id}/${service.type}/stop.json`, {});
// } catch ({ error }) {
// return errorNotification(error);
// } finally {
// loading = false;
// }
// }
// });
</script>
<nav class="nav-side">