fix # 4044: ui: hd move: avoid bogus progress bar, show task viewer

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-11 16:23:11 +02:00
parent 01231c34c4
commit c956508c7d

View File

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