Shameful typo (fix consoles).
This commit is contained in:
parent
2c4e46c630
commit
2366a91e8d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user