feat(ui): show more details in CertificateDetail
This commit is contained in:
@@ -33,7 +33,7 @@ const CertificateList = () => {
|
||||
},
|
||||
{
|
||||
key: "name",
|
||||
title: t("certificate.props.domain"),
|
||||
title: t("certificate.props.san"),
|
||||
render: (_, record) => <Typography.Text>{record.san}</Typography.Text>,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user