Certificate table work, shows error message in popover

This commit is contained in:
Jamie Curnow
2023-01-16 11:32:45 +10:00
parent ba138581e1
commit 306ac20457
6 changed files with 77 additions and 6 deletions

View File

@ -4,6 +4,7 @@ import {
tableEvents,
ActionsFormatter,
CertificateStatusFormatter,
CertificateTypeFormatter,
GravatarFormatter,
IDFormatter,
MonospaceFormatter,
@ -67,13 +68,12 @@ function CertificatesTable({
Header: intl.formatMessage({ id: "column.validation-type" }),
accessor: "type",
sortable: true,
Filter: TextFilter,
Cell: CertificateTypeFormatter(),
},
{
Header: intl.formatMessage({ id: "column.status" }),
accessor: "status",
sortable: true,
Filter: TextFilter,
Cell: CertificateStatusFormatter(),
},
{