|
|
@if (agent.Hosts && agent.Hosts.id) {
{{ agent.Hosts.name }}
} @else {
{{ t('No host assignment defined') }}
}
|
{{ agent.uuid }}
|
{{ agent.hostname }}
|
{{ agent.ipaddress }}
|
{{ agent.http_x_forwarded_for ? agent.http_x_forwarded_for : agent.remote_address }}
|
{{ agent.last_update }}
|
@if (agent.Hosts && agent.Hosts.id) {
{{ t('Edit') }}
{{ t('Show received data') }}
@if (agent.allow_edit) {
}
@if (agent.allow_edit) {
{{ t('Delete') }}
}
} @else {
{{ t('Assign to host') }}
{{ t('Show received data') }}
@if (agent.allow_edit) {
}
@if (agent.allow_edit) {
{{ t('Delete') }}
}
}
|
}