You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-22 22:00:56 +03:00
Fix dns provider name on dns providers page
This commit is contained in:
@ -46,7 +46,7 @@ function Table({
|
||||
},
|
||||
{
|
||||
Header: intl.formatMessage({ id: "column.acmesh-name" }),
|
||||
accessor: "acmeShName",
|
||||
accessor: "acmeshName",
|
||||
Cell: DNSProviderFormatter(),
|
||||
sortable: true,
|
||||
Filter: TextFilter,
|
||||
|
Reference in New Issue
Block a user