{{ t('Agents overview') }} {{ t('Pull mode') }}
{{ t('Pull') }} {{ t('Push') }} @if (( PermissionsService.hasModuleObservable('DistributeModule') | async ) && ( PermissionsService.hasModuleObservable('ImportModule') | async )) {
{{ t('Push via Satellite (Import Module)') }}
}
{{ t('Filter') }}
@if (!agents) { } @if (agents) { @for (agent of agents.agents; track agent) { }
{{ t('Host name') }} {{ t('Port') }} {{ t('Connection type') }}
{{ agent.host.name }} {{ agent.port }} @if (agent.use_https && !agent.insecure) { {{ t('HTTPS') }} } @if (agent.use_https && agent.insecure) { {{ t('HTTPS (insecure)') }} } @if (agent.use_autossl && agent.autossl_successful) { {{ t('Auto-TLS') }} } @if (agent.use_autossl && !agent.autossl_successful) { {{ t('Auto-TLS certificate exchange error') }} } @if (!agent.use_https && !agent.use_autossl) { {{ t('HTTP') }} } {{ t('Edit') }} {{ t('Query Agent') }} @if (agent.allow_edit) {
  • } @if (agent.allow_edit) { {{ t('Delete') }} }
    } @if (agents && agents.agents.length === 0) { } @if (agents && agents.agents) {
    @if (agents) { } }