diff --git a/libs/ui/src/lib/activities-table/activities-table.component.html b/libs/ui/src/lib/activities-table/activities-table.component.html index c557377a6..838faa161 100644 --- a/libs/ui/src/lib/activities-table/activities-table.component.html +++ b/libs/ui/src/lib/activities-table/activities-table.component.html @@ -1,95 +1,101 @@ -@if (hasPermissionToFilterByType) { +
- - Type - - @for ( - activityType of activityTypes | keyvalue; - track activityType.key - ) { - - {{ activityType.value }} - - } - - + @if (hasPermissionToFilterByType) { + + Type + + @for ( + activityType of activityTypes | keyvalue; + track activityType.key + ) { + + {{ activityType.value }} + + } + + + }
-} -@if (hasPermissionToCreateActivity) { -
- - @if (hasPermissionToExportActivities) { + @if (hasPermissionToCreateActivity) { +
- } - - @if (hasPermissionToExportActivities) { + } + + - } - @if (hasPermissionToExportActivities) { + @if (hasPermissionToExportActivities) { + + } + @if (hasPermissionToExportActivities) { + + } +
- } -
- -
-
-} + +
+ } +