Skip to content

Commit 82cfe06

Browse files
authored
Merge pull request #3049 from drudge/canary
chore: change view logs to deployments on preview deployments
2 parents 19a0166 + 398300f commit 82cfe06

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

apps/dokploy/components/dashboard/application/preview-deployments/show-preview-deployments.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,16 @@ export const ShowPreviewDeployments = ({ applicationId }: Props) => {
182182
id={deployment.previewDeploymentId}
183183
type="previewDeployment"
184184
serverId={data?.serverId || ""}
185-
/>
185+
>
186+
<Button
187+
variant="outline"
188+
size="sm"
189+
className="gap-2"
190+
>
191+
<RocketIcon className="size-4" />
192+
Deployments
193+
</Button>
194+
</ShowDeploymentsModal>
186195

187196
<AddPreviewDomain
188197
previewDeploymentId={`${deployment.previewDeploymentId}`}

0 commit comments

Comments
 (0)