mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-29 13:33:15 +01:00
Add domain names to certificates table
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
ActionsFormatter,
|
||||
CertificateStatusFormatter,
|
||||
CertificateTypeFormatter,
|
||||
DomainsFormatter,
|
||||
GravatarFormatter,
|
||||
IDFormatter,
|
||||
MonospaceFormatter,
|
||||
@@ -59,7 +60,14 @@ function Table({
|
||||
Cell: MonospaceFormatter(),
|
||||
},
|
||||
{
|
||||
Header: intl.formatMessage({ id: "column.validation-type" }),
|
||||
Header: intl.formatMessage({ id: "column.domain-names" }),
|
||||
accessor: "domainNames",
|
||||
sortable: true,
|
||||
Filter: TextFilter,
|
||||
Cell: DomainsFormatter(),
|
||||
},
|
||||
{
|
||||
Header: intl.formatMessage({ id: "column.type" }),
|
||||
accessor: "type",
|
||||
sortable: true,
|
||||
Cell: CertificateTypeFormatter(),
|
||||
|
||||
Reference in New Issue
Block a user