Create Machine

{{view Mist.TextField id="create-machine-name" data-theme="a" valueBinding="Mist.machineAddController.newMachineName"}}

{{Mist.machineAddController.newMachineProvider.title}}

    {{#each Mist.backendsController.content}} {{#if this.enabled}} {{#unless this.isBareMetal}}
  • {{this.title}}
  • {{/unless}} {{/if}} {{/each}}

{{Mist.machineAddController.newMachineImage.name}}

    {{#each Mist.machineAddController.newMachineProvider.images}} {{#unless Mist.machineAddController.newMachineProvider.images.hasStarred}}
  • {{this.name}}
  • {{else}} {{#if this.star}}
  • {{this.name}}
  • {{/if}} {{/unless}} {{/each}}

{{Mist.machineAddController.newMachineSize.name}}

{{Mist.machineAddController.newMachineLocation.name}}

    {{#each Mist.machineAddController.newMachineProvider.locations}}
  • {{this.name}}
  • {{/each}}

{{Mist.machineAddController.newMachineKey.id}}

{{view Mist.TextField id="create-machine-script" data-theme="a" valueBinding="Mist.machineAddController.newMachineScript"}}
{{#if view.price}} Estimated price: {{view.price}} {{/if}}
{{view Mist.keyAddView}}