Merge branch 'next' into some-tweaks

This commit is contained in:
Kaname
2022-09-10 17:14:44 +00:00
10 changed files with 9 additions and 12 deletions

View File

@@ -86,7 +86,7 @@
if (service.type && $status.service.isRunning)
await post(`/services/${service.id}/${service.type}/stop`, {});
await del(`/services/${service.id}`, { id: service.id });
return await goto(`/`, { replaceState: true });
return await window.location.assign(`/`);
} catch (error) {
return errorNotification(error);
} finally {

View File

@@ -128,7 +128,7 @@
<button
id="follow"
on:click={followBuild}
class="bg-transparent btn btn-sm"
class="bg-transparent btn btn-sm btn-link"
class:text-green-500={followingLogs}
>
<svg