mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 15:58:20 +00:00
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:
parent
01231c34c4
commit
c956508c7d
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user