{{ t('Available Windows Updates') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('Package status') }}
@if (!updates) { } @if (updates) { @for (update of updates.all_windows_updates; track $index) { }
{{ t('Update') }} {{ t('Description') }} {{ t('KB-IDs') }} {{ t('Update ID') }} {{ t('Is security update') }}
@if (this.PermissionsService.hasPermissionObservable(['packages', 'windows_updates'])|async) { {{ update.windows_update.name }} } @else { {{ update.windows_update.name }} } {{ update.windows_update.description }} @for (kbId of update.windows_update.kbarticle_ids; track $index) { KB{{ kbId }} } {{ update.windows_update.update_id }} @if (update.is_security_update) { {{ t('Security Update Available') }} } @else { {{ t('Update Available') }} }
} @if (updates && updates.all_windows_updates.length === 0) { } @if (updates && updates.all_windows_updates) { @if (updates) { } }