{{!-- {{#if model.apiHostSet}} --}} {{#if showPicker}} {{#each sortedDrivers as |choice|}} {{#if choice.hasUi}} {{choice.displayName}} {{/if}} {{/each}} {{#if (and allowOther hasOther)}} {{t 'machine.driver.other'}} {{/if}} {{#if allowCustom}} {{t 'machine.driver.custom'}} {{/if}} {{/if}} {{#if driver}} {{component (concat 'machine/driver-' driver) cancel=(action cancel) clonedModel=model.clonedModel driver=(concat driver 'Config') cluster=cluster schemas=model.schemas typeDocumentations=model.typeDocumentations availableDrivers=model.availableDrivers inModal=inModal showNameScale=showNameScale completed=(action completed) goBack=(action goBack) }} {{/if}} {{!-- {{else}} {{settings/host-registration saved=(action 'hostSet')}} {{/if}} --}}
{{choice.displayName}}
{{t 'machine.driver.other'}}
{{t 'machine.driver.custom'}}