Associate
{{#if Mist.machineKeysController.associatedKeys}}
{{#each Mist.machineKeysController.associatedKeys}}
{{view Mist.machineKeysListItemView keyBinding="this"}}
{{/each}}
{{/if}}
{{#if Mist.keysController.associatingKey}}
{{else}} {{#if Mist.keysController.disassociatingKey}}
{{/if}} {{/if}}
Back