mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-08 11:25:14 +00:00
Certificates section react work
This commit is contained in:
@@ -58,7 +58,7 @@ export function AccessField({ name = "accessListId", label = "access-list", id =
|
||||
options?.unshift({
|
||||
value: 0,
|
||||
label: intl.formatMessage({ id: "access-list.public" }),
|
||||
subLabel: "No basic auth required",
|
||||
subLabel: intl.formatMessage({ id: "access-list.public.subtitle" }),
|
||||
icon: <IconLockOpen2 size={14} className="text-red" />,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user