{{#if Mist.machinePowerController.canStart}}
Start
{{/if}}
{{#if Mist.machinePowerController.canShutdown}}
Shutdown
{{/if}}
{{#if Mist.machinePowerController.canReboot}}
Reboot
{{/if}}
{{#if Mist.machinePowerController.canDestroy}}
Destroy
{{/if}}
Back