@if (!update) { } @if (update) {
{{ t('macOS Update details:') }} {{ update.update.name }}
{{ update.update.name }}
{{ update.update.description }}
{{ t('Filter') }}
@if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) { } @for (host of update.all_host_updates; track $index) { @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) { } }
{{ t('Host name') }} {{ t('Patch status') }} {{ t('Version') }}
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.Hosts.name }} } @else { {{ host.Hosts.name }} } {{ t('Host Patch status') }} {{ host.macos_update.version }}
@if (update && update.all_host_updates.length === 0) { } @if (update && update.all_host_updates) { @if (update) { } }
}