{{ t('Change log') }} {{ t('overview') }}
@if (PermissionsService.hasModuleObservable('ImportModule')|async) { } @if (PermissionsService.hasModuleObservable('ScmModule')|async) { }
{{ t('Filter') }}
{{ t('From') }} {{ t('To') }}
{{ t('Object type') }}
{{ t('Actions') }}
@if (!changes) { } @if (changes && changes.all_changes) {
    @for (changeLogEntry of changes.all_changes; track changeLogEntry) {
  • }
} @if (changes && changes.all_changes.length === 0) { } @if (changes) { }