mirror of https://github.com/portainer/portainer
add tls options to the tls dropdown (#10222)
parent
c035e4a778
commit
04073f0d1f
|
@ -436,6 +436,7 @@ export function IngressForm({
|
|||
}
|
||||
noOptionsMessage={() => 'No TLS secrets available'}
|
||||
size="sm"
|
||||
options={tlsOptions}
|
||||
/>
|
||||
{!host.NoHost && (
|
||||
<div className="input-group-btn">
|
||||
|
|
Loading…
Reference in New Issue