fix: enhance access list handling in ProxyHostHandler and forms to support string IDs

This commit is contained in:
GitHub Actions
2026-02-28 05:07:24 +00:00
parent 0ff19f66b6
commit b04b94e429
3 changed files with 76 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ export interface ProxyHost {
enabled: boolean;
certificate_id?: number | null;
certificate?: Certificate | null;
access_list_id?: number | null;
access_list_id?: number | string | null;
security_header_profile_id?: number | null;
dns_provider_id?: number | null;
security_header_profile?: {