1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

add tls options to the tls dropdown (#10221)

This commit is contained in:
Prabhat Khera 2023-09-01 10:42:22 +12:00 committed by GitHub
parent 1b0fd60115
commit 4560a53317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -436,6 +436,7 @@ export function IngressForm({
}
noOptionsMessage={() => 'No TLS secrets available'}
size="sm"
options={tlsOptions}
/>
{!host.NoHost && (
<div className="input-group-btn">