mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 13:37:10 +00:00
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:
parent
8c5bb8b471
commit
206505453e
@ -245,6 +245,7 @@ export default {
|
||||
}
|
||||
maxVMID++;
|
||||
this.scenario.vm.push(configurator.newVM(maxVMID, load_order))
|
||||
this.switchTab(maxVMID)
|
||||
},
|
||||
deleteVM() {
|
||||
let currentVMIndex = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user