mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
refactor(preview-deployments): remove warning alert for traefik.me domains
- Eliminated the alert block that notified users about the lack of HTTPS support for traefik.me domains, streamlining the user interface in the AddPreviewDomain component.
This commit is contained in:
@@ -255,12 +255,6 @@ export const AddPreviewDomain = ({
|
||||
<FormDescription>
|
||||
Automatically provision SSL Certificate.
|
||||
</FormDescription>
|
||||
{isTraefikMeDomain && (
|
||||
<AlertBlock type="warning" className="mt-2">
|
||||
HTTPS is not available for traefik.me domains as it
|
||||
is a public HTTP-only service.
|
||||
</AlertBlock>
|
||||
)}
|
||||
<FormMessage />
|
||||
</div>
|
||||
<FormControl>
|
||||
|
||||
Reference in New Issue
Block a user