mirror of https://github.com/rancher/ui.git
14 lines
327 B
Handlebars
14 lines
327 B
Handlebars
{{#if loading}}
|
|
<i class="icon icon-spinner icon-spin"></i> {{t 'generic.loading'}}
|
|
{{else}}
|
|
{{new-select
|
|
classNames="form-control"
|
|
content=choices
|
|
prompt="schema.inputCertificate.prompt"
|
|
localizedPrompt=true
|
|
optionLabelPath="displayDetailedName"
|
|
optionValuePath="name"
|
|
value=value
|
|
}}
|
|
{{/if}}
|