|
{{ t('Assigned host') }} | {{ t('Agent UUID') }} | {{ t('Agent Hostname') }} | {{ t('Agent IP address') }} | {{ t('Remote address') }} | {{ t('Last update') }} | {{ t('Satellite') }} |
|
---|---|---|---|---|---|---|---|---|
|
@if (agent.Hosts && agent.Hosts.id) {
|
{{ agent.uuid }} | {{ agent.hostname }} | {{ agent.ipaddress }} | {{ agent.http_x_forwarded_for ? agent.http_x_forwarded_for : agent.remote_address }} | {{ agent.last_update }} |
|
|