|
@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') }}
}
}
|
}