{{ t('macOS Updates ') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('Update status') }}
@if (!updates) { } @if (updates) { @for (update of updates.all_macos_updates; track $index) { }
{{ t('Update') }} {{ t('Description') }} {{ t('Version') }} {{ t('Available on') }} {{ t('Status') }}
@if (this.PermissionsService.hasPermissionObservable(['packages', 'view_macos_update'])|async) { {{ update.name }} } @else { {{ update.name }} } {{ update.description }} {{ update.version }} @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) { {{ update.all_hosts.length }} } @else { {{ update.all_hosts.length }} } @if (update.hosts_needs_update.length > 0) { @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) { {{ update.hosts_needs_update.length }} {{ t('Security Update Available') }} } @else { {{ update.hosts_needs_update.length }} {{ t('Security Update Available') }} } }
} @if (updates && updates.all_macos_updates.length === 0) { } @if (updates && updates.all_macos_updates) { @if (updates) { } }