1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-28 17:59:45 +02:00

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

This commit is contained in:
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

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>