| {{ t('Host name') }} | @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) {{{ t('Patch status') }} | }{{ t('Installed version') }} |
|---|---|---|
| @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') }} | }
|