diff --git a/libs/dh/market-participant/actors/feature-actors/src/lib/dh-actors-overview.component.html b/libs/dh/market-participant/actors/feature-actors/src/lib/dh-actors-overview.component.html index 0d2a579038..5044f08871 100644 --- a/libs/dh/market-participant/actors/feature-actors/src/lib/dh-actors-overview.component.html +++ b/libs/dh/market-participant/actors/feature-actors/src/lib/dh-actors-overview.component.html @@ -20,6 +20,10 @@

{{ t("actors") }}

{{ dataSource.data.length }} + + {{ + "shared.download" | transloco + }} [ + `"${actor.id}"`, + `"${actor.glnOrEicNumber}"`, + `"${actor.name}"`, + `"${ + actor.marketRole == null + ? '' + : translate('marketParticipant.marketRoles.' + actor.marketRole) + }"`, + `"${actor.status == null ? '' : translate(actorsOverviewPath + '.status.' + actor.status)}"`, + ]); + + exportToCSV({ headers, lines, fileName: 'actors' }); + } }