{{ t('Notice') }}
{{ t('This view has limited features because the data is loaded from configuration files instead of a database.') }}
{{ t('Agents overview') }} {{ t('Pull mode') }}
{{ t('Pull') }} {{ t('Push') }}
@for (agent of agents.agents; track $index) { }
{{ t('Host name') }} {{ t('Port') }} {{ t('Connection type') }}
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ agent.host.name }} } @else { {{ agent.host.name }} } {{ agent.port }} {{ 'HTTPS' | transloco }} {{ 'HTTPS (insecure)' | transloco }} {{ 'Auto-TLS' | transloco }} {{ 'HTTP' | transloco }}