mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-11 08:55:22 +02:00
chore(domains): update domain configuration types and form handling
- Add `customCertResolver` to domain-related test files and form components - Ensure consistent handling of optional custom certificate resolver - Minor UI adjustment in code editor disabled state
This commit is contained in:
@@ -9,6 +9,7 @@ describe("createDomainLabels", () => {
|
||||
port: 8080,
|
||||
https: false,
|
||||
uniqueConfigKey: 1,
|
||||
customCertResolver: null,
|
||||
certificateType: "none",
|
||||
applicationId: "",
|
||||
composeId: "",
|
||||
|
||||
Reference in New Issue
Block a user