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.
2 parents 19a0166 + 398300f commit 82cfe06Copy full SHA for 82cfe06
apps/dokploy/components/dashboard/application/preview-deployments/show-preview-deployments.tsx
@@ -182,7 +182,16 @@ export const ShowPreviewDeployments = ({ applicationId }: Props) => {
182
id={deployment.previewDeploymentId}
183
type="previewDeployment"
184
serverId={data?.serverId || ""}
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>
195
196
<AddPreviewDomain
197
previewDeploymentId={`${deployment.previewDeploymentId}`}
0 commit comments