fix(endpoint): remove TLS settings for kubernetes (#4388)

pull/4409/head
Alice Groux 4 years ago committed by GitHub
parent 43891703c2
commit ccea7cca3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -175,7 +175,7 @@
</div>
<!-- !tags -->
<!-- endpoint-security -->
<div ng-if="endpointType === 'remote' && !state.azureEndpoint && !state.edgeEndpoint && endpoint.Type !== 6">
<div ng-if="endpointType === 'remote' && !state.azureEndpoint && !state.kubernetesEndpoint && !state.edgeEndpoint && endpoint.Type !== 6">
<div class="col-sm-12 form-section-title">
Security
</div>

Loading…
Cancel
Save