| {{ t('Host name') }} | @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) {{{ t('Patch status') }} | }{{ t('Installed version') }} | {{ t('Available version') }} | {{ t('Status') }} |
|---|---|---|---|---|
| @if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.host.name }} } @else { {{ host.host.name }} } | @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) {{{ t('Host Patch status') }} | }
|
@if (host.needs_update) {
|
@if (host.needs_update) {
@if (host.is_security_update) {
|