ui: snapshot: show task viewer for progress log

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
Stefan Reiter 2021-02-08 12:15:12 +01:00 committed by Thomas Lamprecht
parent 9c785182de
commit 4f9bc4ca4a

View File

@ -139,7 +139,7 @@ Ext.define('PVE.window.Snapshot', {
if (me.isCreate) {
subject = (me.type === 'qemu' ? 'VM' : 'CT') + me.vmid + ' ' + gettext('Snapshot');
me.method = 'POST';
me.showProgress = true;
me.showTaskViewer = true;
} else {
subject = `${gettext('Snapshot')} ${me.snapname}`;
me.url += `/${me.snapname}/config`;