Show org column better for admin (shared)

This commit is contained in:
Yang Luo
2023-05-17 17:25:59 +08:00
parent ce921c00cd
commit 596742d782
3 changed files with 10 additions and 3 deletions

View File

@ -99,6 +99,9 @@ class CertListPage extends BaseListPage {
width: "150px",
sorter: true,
...this.getColumnSearchProps("organization"),
render: (text, record, index) => {
return (text !== "admin") ? text : i18next.t("provider:admin (Shared)");
},
},
{
title: i18next.t("general:Created time"),