Merge branch 'NginxProxyManager:develop' into develop

This commit is contained in:
angioletto
2025-11-21 17:03:47 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ export function DNSProviderFields({ showBoundaryBox = false }: Props) {
type="number" type="number"
className="form-control" className="form-control"
min={0} min={0}
max={600} max={7200}
{...field} {...field}
/> />
<small className="text-muted"> <small className="text-muted">

View File

@@ -47,6 +47,7 @@ const getFlagCodeForLocale = (locale?: string) => {
const specialCases: Record<string, string> = { const specialCases: Record<string, string> = {
ja: "jp", // Japan ja: "jp", // Japan
zh: "cn", // China zh: "cn", // China
vi: "vn", // Vietnam
}; };
if (specialCases[thisLocale]) { if (specialCases[thisLocale]) {