{{ t('Packages') }} {{ t('macOS Apps overview') }}
{{ t('Filter') }}
@if (!result) { } @if (result) { @for (app of result.all_macos_apps; track $index) { }
{{ t('Application name') }} {{ t('Description') }} {{ t('Installed on') }}
@if (this.PermissionsService.hasPermissionObservable(['packages', 'view_macos'])|async) { {{ app.name }} } @else { {{ app.name }} } {{ app.description }} @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) { {{ app.all_hosts.length }} } @else { {{ app.all_hosts.length }} }
} @if (result && result.all_macos_apps.length === 0) { } @if (result && result.all_macos_apps) { @if (result) { } }