ResourceTree.js: return value in selectById

So that automation tools can see success.
This commit is contained in:
Dietmar Maurer 2016-11-11 15:52:52 +01:00
parent 63bb6c31c0
commit cfffc2719c

View File

@ -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')) {