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

pull/4409/head
Alice Groux 2020-10-20 22:22:42 +02:00 committed by GitHub
parent 43891703c2
commit ccea7cca3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
</div> </div>
<!-- !tags --> <!-- !tags -->
<!-- endpoint-security --> <!-- 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"> <div class="col-sm-12 form-section-title">
Security Security
</div> </div>