mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 10:11:12 +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) {
|
||||
me.selectExpand(node);
|
||||
}
|
||||
return node;
|
||||
},
|
||||
checkVmMigration: function(record) {
|
||||
if (!(record.data.type === 'qemu' || record.data.type === 'lxc')) {
|
||||
|
Loading…
Reference in New Issue
Block a user