mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-01-21 11:15:43 +00:00
Merge branch 'NginxProxyManager:develop' into develop
This commit is contained in:
@@ -116,7 +116,7 @@ export function DNSProviderFields({ showBoundaryBox = false }: Props) {
|
||||
type="number"
|
||||
className="form-control"
|
||||
min={0}
|
||||
max={600}
|
||||
max={7200}
|
||||
{...field}
|
||||
/>
|
||||
<small className="text-muted">
|
||||
|
||||
@@ -47,6 +47,7 @@ const getFlagCodeForLocale = (locale?: string) => {
|
||||
const specialCases: Record<string, string> = {
|
||||
ja: "jp", // Japan
|
||||
zh: "cn", // China
|
||||
vi: "vn", // Vietnam
|
||||
};
|
||||
|
||||
if (specialCases[thisLocale]) {
|
||||
|
||||
Reference in New Issue
Block a user