- } size="small" onClick={() => Setting.goToLinkSoft(this, `/providers/${providerItem.name}`)} />
+ } size="small" onClick={() => Setting.goToLinkSoft(this, `/providers/${record.organization}/${providerItem.name}`)} />
-
+
{providerItem.name}
diff --git a/web/src/ResourceListPage.js b/web/src/ResourceListPage.js
index 26f700f5..3492e824 100644
--- a/web/src/ResourceListPage.js
+++ b/web/src/ResourceListPage.js
@@ -113,7 +113,7 @@ class ResourceListPage extends BaseListPage {
...this.getColumnSearchProps("application"),
render: (text, record, index) => {
return (
-
+
{text}
);