{{#if model.apiHostSet}}
{{#if showPicker}} {{/if}} {{#if access.admin}}

{{#link-to "global-admin.settings.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') 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}}