| {{ t('Host name') }} | {{ t('Port') }} | {{ t('Connection type') }} |
|---|---|---|
| @if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ agent.host.name }} } @else { {{ agent.host.name }} } | {{ agent.port }} | @if (agent.use_https && !agent.insecure) { {{ 'HTTPS' | transloco }} } @if (agent.use_https && agent.insecure) { {{ 'HTTPS (insecure)' | transloco }} } @if (agent.use_autossl) { {{ 'Auto-TLS' | transloco }} } @if (!agent.use_https && !agent.use_autossl) { {{ 'HTTP' | transloco }} } |