{{ t('Agents overview') }} {{ t('Push mode') }}
{{ t('Pull') }} {{ t('Push') }}
{{ t('Filter') }}
{{ t('Host assignments') }}
{{ t('Assigned host') }} {{ t('Agent UUID') }} {{ t('Agent Hostname') }} {{ t('Agent IP address') }} {{ t('Remote address') }} {{ t('Last update') }}
@if (( this.PermissionsService.hasPermissionObservable(['agentconnector', 'delete']) | async )) { } @if (agent.HostMapping.display_name) { @if (( this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async )) { {{ agent.HostMapping.display_name }} } @else { {{ agent.HostMapping.display_name }} } } @else { {{ t('No host assignment defined') }} } {{ agent.uuid }} {{ agent.hostname }} {{ agent.ipaddress }} @if (agent.http_x_forwarded_for) { {{ agent.http_x_forwarded_for }} } @else { {{ agent.remote_address }} } {{ agent.last_update }} {{ t('Show received data') }} @if (this.PermissionsService.hasPermissionObservable(['agentconnector', 'delete']) | async) {
  • {{ t('Delete') }} }