Focus change to new VM when added

the focus  change to that new VM on the Basic tab when the new VM  added

Tracked-On: #7914
Signed-off-by: Chuang-Ke <chuangx.ke@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
chuangxke 2022-07-21 19:16:29 -07:00 committed by acrnsi-robot
parent 8c5bb8b471
commit 206505453e

View File

@ -245,6 +245,7 @@ export default {
}
maxVMID++;
this.scenario.vm.push(configurator.newVM(maxVMID, load_order))
this.switchTab(maxVMID)
},
deleteVM() {
let currentVMIndex = -1;