]> git.proxmox.com Git - pve-manager.git/commitdiff
fix # 4044: ui: hd move: avoid bogus progress bar, show task viewer
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 May 2022 14:23:11 +0000 (16:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 May 2022 14:23:11 +0000 (16:23 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/HDMove.js

index bddbbb20afe4d9b3f7a76eaa34c8214c9e8e85b7..99f165c6dd1b41ef694e88c529f23605637d4293 100644 (file)
@@ -8,7 +8,7 @@ Ext.define('PVE.window.HDMove', {
     border: false,
     layout: 'fit',
     showReset: false,
-    showProgress: true,
+    showTaskViewer: true,
     method: 'POST',
 
     cbindData: function() {