| {{ t('Application name') }} | {{ t('Publisher') }} | {{ t('Installed on') }} |
|---|---|---|
| @if (this.PermissionsService.hasPermissionObservable(['packages', 'view_windows'])|async) { {{ app.name }} } @else { {{ app.name }} } | {{ app.publisher }} | @if (this.PermissionsService.hasPermissionObservable(['patchstatus', 'index'])|async) { {{ app.all_hosts.length }} } @else { {{ app.all_hosts.length }} } |