| {{ t('Host name') }} | @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) {{{ t('Patch status') }} | }{{ t('Security update') }} | {{ t('Reboot required') }} |
|---|---|---|---|
| @if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.Hosts.name }} } @else { {{ host.Hosts.name }} } | @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) {{{ t('Host Patch status') }} | }
@if (host.is_security_update) {
|
@if (host.reboot_required) {
|