Merge pull request #1550 from Dokploy/1543-preview-docker-compose-button-null-when-git-is-provider

feat(dashboard): add informational alert for docker-compose preview r…
This commit is contained in:
Mauricio Siu 2025-03-23 04:30:58 -06:00 committed by GitHub
commit dd62d603e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,11 @@ export const ShowConvertedCompose = ({ composeId }: Props) => {
</DialogHeader> </DialogHeader>
{isError && <AlertBlock type="error">{error?.message}</AlertBlock>} {isError && <AlertBlock type="error">{error?.message}</AlertBlock>}
<AlertBlock type="info">
Preview your docker-compose file with added domains. Note: At least
one domain must be specified for this conversion to take effect.
</AlertBlock>
<div className="flex flex-row gap-2 justify-end"> <div className="flex flex-row gap-2 justify-end">
<Button <Button
variant="secondary" variant="secondary"