We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebeec69 commit 82cdf3eCopy full SHA for 82cdf3e
src/app/services/[id]/page.tsx
@@ -105,7 +105,7 @@ const ShowServicePage = async ({
105
<SubmitButton variant="danger" icon={faCircleStop} text="Stop" />
106
</form>
107
)}
108
- {!service.containerId && (readyImages.length > 0) && (
+ {!service.containerId && (service.kind === "database" || readyImages.length > 0) && (
109
<form action={start.bind(null, service.id)}>
110
<SubmitButton variant="success" icon={faCirclePlay} text="Start" />
111
0 commit comments