diff --git a/searchPages/dataProviders/compatibleDataProvidersTable.component.ts b/searchPages/dataProviders/compatibleDataProvidersTable.component.ts index d2ea9baa..7c55a5fd 100644 --- a/searchPages/dataProviders/compatibleDataProvidersTable.component.ts +++ b/searchPages/dataProviders/compatibleDataProvidersTable.component.ts @@ -17,6 +17,7 @@ import{EnvProperties} from '../../utils/properties/env-properties';
- {{searchUtils.totalResults}} content providers, page {{searchUtils.page}} of {{(totalPages())}} + {{searchUtils.totalResults}} {{type}}, page {{searchUtils.page}} of {{(totalPages())}} @@ -88,55 +88,62 @@ - - Name - - - Type - - - Country - - - Institution - - Compatibility - + + + {{column}} - - - - + + + + - + [no title available] - - {{dataprovider.type}} - - + + {{result.type}} + - - - {{country}}{{(i < ( dataprovider['countries'].slice(0,5).length-1))?", ":""}}{{(i == dataprovider['countries'].slice(0,5).length-1 && dataprovider['countries'].length > 5)?"...":""}} - - + + {{country}}{{(i < ( result['countries'].slice(0,5).length-1))?", ":""}}{{(i == result['countries'].slice(0,5).length-1 && result['countries'].length > 5)?"...":""}} + - - - - {{org.name}}{{org.name}}{{(i < ( dataprovider['organizations'].slice(0,5).length-1))?", ":""}}{{(i == dataprovider['organizations'].slice(0,5).length-1 && dataprovider['organizations'].length > 5)?"...":""}} + + + {{org.name}}{{org.name}}{{(i < ( result['organizations'].slice(0,5).length-1))?", ":""}}{{(i == result['organizations'].slice(0,5).length-1 && result['organizations'].length > 5)?"...":""}} - - + - - + {{dataprovider.compatibility}} - + + + + {{result.acronym}} + - + + + {{result.name}} + - + + + {{result.grantId}} + - + + + {{result.funder}} + - +