Shameful typo (fix consoles).

This commit is contained in:
Julien Fontanet 2015-02-23 17:44:46 +01:00
parent 2c4e46c630
commit 2366a91e8d

View File

@ -173,7 +173,7 @@ let setUpApi = (webServer, xo) => {
let getVmConsoleUrl = (xo, id) => {
let vm = xo.getObject(id, ['VM', 'VM-controller'])
if (!vm || vm.powser_state !== 'Running') {
if (!vm || vm.power_state !== 'Running') {
return;
}