feat(ui): show more details in CertificateDetail

This commit is contained in:
Fu Diwei
2024-12-12 09:48:50 +08:00
parent 419b6eb626
commit 220d98a668
5 changed files with 34 additions and 54 deletions

View File

@@ -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>,
},
{