]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/window/Migrate.js
drop jslint lines
[pve-manager.git] / www / manager6 / window / Migrate.js
index cfc1316de7a476728fdac1222232ad82f2cf3e56..ea4c9bc8a7ac85ef18680aa883a316d7c15ff75a 100644 (file)
@@ -1,10 +1,10 @@
-/*jslint confusion: true*/
 Ext.define('PVE.window.Migrate', {
     extend: 'Ext.window.Window',
 
     vmtype: undefined,
     nodename: undefined,
     vmid: undefined,
+    maxHeight: 450,
 
     viewModel: {
        data: {
@@ -265,13 +265,6 @@ Ext.define('PVE.window.Migrate', {
                                        severity: 'error'
                                    });
                                }
-
-                           } else if (!disk.referenced_in_config) {
-                               migration.possible = false;
-                               migration.preconditions.push({
-                                   text: 'Found not referenced/unused disk via storage: '+ disk.volid,
-                                   severity: 'error'
-                               });
                            } else {
                                migration['with-local-disks'] = 1;
                                migration.preconditions.push({