fix #4001: ui: add prefix to files downloaded through the pxar browser

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Stefan Sterz 2022-05-05 15:52:52 +02:00 committed by Thomas Lamprecht
parent 66ad63bac2
commit 4ac8ec11fb
1 changed files with 2 additions and 1 deletions

View File

@ -768,8 +768,9 @@ Ext.define('PBS.DataStoreContent', {
title: `${type}/${id}/${timetext}`,
listURL: `/api2/json/admin/datastore/${view.datastore}/catalog`,
downloadURL: `/api2/json/admin/datastore/${view.datastore}/pxar-file-download`,
enableTar: true,
extraParams,
enableTar: true,
downloadPrefix: `${type}-${id}-`,
archive: rec.data.filename,
}).show();
},