mirror of https://github.com/portainer/portainer
fix(endpoint): remove TLS settings for kubernetes (#4388)
parent
43891703c2
commit
ccea7cca3d
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue