mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 17:10:35 +00:00
ResourceTree.js: return value in selectById
So that automation tools can see success.
This commit is contained in:
parent
63bb6c31c0
commit
cfffc2719c
@ -434,6 +434,7 @@ Ext.define('PVE.tree.ResourceTree', {
|
|||||||
if (node) {
|
if (node) {
|
||||||
me.selectExpand(node);
|
me.selectExpand(node);
|
||||||
}
|
}
|
||||||
|
return node;
|
||||||
},
|
},
|
||||||
checkVmMigration: function(record) {
|
checkVmMigration: function(record) {
|
||||||
if (!(record.data.type === 'qemu' || record.data.type === 'lxc')) {
|
if (!(record.data.type === 'qemu' || record.data.type === 'lxc')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user