@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') }}
}
|