{{#if model.apiHostSet}} {{#if showPicker}} {{#if allowCustom}} {{/if}} {{#each sortedDrivers as |choice|}} {{#if choice.hasUi}} {{/if}} {{/each}} {{#if (and allowOther hasOther)}} {{/if}} {{/if}} {{#if (and access.admin (not forCatalog))}} {{#link-to "admin-tab.machine"}}{{t 'hostsPage.new.manageLink'}}{{/link-to}} {{/if}} {{#if driver}} {{component (concat 'machine/driver-' driver) cancel=(route-action 'cancel') clonedModel=model.clonedModel driver=(concat driver 'Config') schemas=model.schemas typeDocumentations=model.typeDocumentations availableDrivers=model.availableDrivers inModal=inModal showNameScale=showNameScale completed=(action completed) goBack=(action goBack) }} {{/if}} {{else}} {{host-settings saved=(action savedHost)}} {{/if}}
{{#link-to "admin-tab.machine"}}{{t 'hostsPage.new.manageLink'}}{{/link-to}}