diff --git a/web/src/AdapterListPage.js b/web/src/AdapterListPage.js index 0aba20dd..96f3ebb7 100644 --- a/web/src/AdapterListPage.js +++ b/web/src/AdapterListPage.js @@ -87,7 +87,7 @@ class AdapterListPage extends BaseListPage { ...this.getColumnSearchProps("name"), render: (text, record, index) => { return ( - + {text} ); diff --git a/web/src/ApplicationListPage.js b/web/src/ApplicationListPage.js index d29de8bd..0f8ab339 100644 --- a/web/src/ApplicationListPage.js +++ b/web/src/ApplicationListPage.js @@ -197,9 +197,9 @@ class ApplicationListPage extends BaseListPage {
-
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} );