{{ 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 }} |