{{view.machine.user}}@{{view.machine.name}}

{{view Mist.ShellTextField autocapitalize="off" autocorrect="off" autocomplete="off" valueBinding="view.command"}}
{{#each view.shellOutputItems}}

{{command}}

{{{output}}}
{{/each}}
Back