mirror of https://github.com/rancher/ui.git
14 lines
407 B
Handlebars
14 lines
407 B
Handlebars
{{#if showLabel}}
|
|
<label for="{{concat elementId "-form-gateway-select"}}" class="acc-label pb-5">
|
|
{{t "generic.gateway"}}
|
|
</label>
|
|
{{/if}}
|
|
{{searchable-select
|
|
id=(concat elementId "-form-gateway-select")
|
|
value=value
|
|
content=gatewayChoices
|
|
inputClass=inputClass
|
|
allowCustom=true
|
|
placeholder=(t "cruVirtualService.gateways.placeholder")
|
|
prompt=(t "cruVirtualService.gateways.prompt")
|
|
}} |