1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

add tls options to the tls dropdown (#10222)

This commit is contained in:
Prabhat Khera 2023-09-01 10:42:26 +12:00 committed by GitHub
parent c035e4a778
commit 04073f0d1f
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'} noOptionsMessage={() => 'No TLS secrets available'}
size="sm" size="sm"
options={tlsOptions}
/> />
{!host.NoHost && ( {!host.NoHost && (
<div className="input-group-btn"> <div className="input-group-btn">