|
|
@@ -26,8 +26,8 @@
|
|
|
</ng-container>
|
|
|
<ng-template #namedStrategy>
|
|
|
{{
|
|
|
- 'customer.history-using-external-auth-strategy'
|
|
|
- | translate: { strategy: entry.data.strategy }
|
|
|
+ 'customer.history-using-external-auth-strategy'
|
|
|
+ | translate: { strategy: entry.data.strategy }
|
|
|
}}
|
|
|
</ng-template>
|
|
|
</ng-container>
|
|
|
@@ -153,6 +153,14 @@
|
|
|
</vdr-dropdown>
|
|
|
</div>
|
|
|
</ng-container>
|
|
|
+ <ng-container *ngSwitchDefault>
|
|
|
+ <div class="title">
|
|
|
+ {{ entry.type | translate }}
|
|
|
+ </div>
|
|
|
+ <vdr-history-entry-detail *ngIf="entry.data">
|
|
|
+ <vdr-object-tree [value]="entry.data"></vdr-object-tree>
|
|
|
+ </vdr-history-entry-detail>
|
|
|
+ </ng-container>
|
|
|
</ng-container>
|
|
|
</vdr-timeline-entry>
|
|
|
<vdr-timeline-entry [isLast]="true"></vdr-timeline-entry>
|