ui: file browser: adapt to abi changes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3b0321365b
commit
61df02cda1
@ -454,8 +454,8 @@ Ext.define('PBS.DataStoreContent', {
|
|||||||
|
|
||||||
Ext.create('Proxmox.window.FileBrowser', {
|
Ext.create('Proxmox.window.FileBrowser', {
|
||||||
title: `${type}/${id}/${timetext}`,
|
title: `${type}/${id}/${timetext}`,
|
||||||
listUrl: `/api2/json/admin/datastore/${view.datastore}/catalog`,
|
listURL: `/api2/json/admin/datastore/${view.datastore}/catalog`,
|
||||||
downloadUrl: `/api2/json/admin/datastore/${view.datastore}/pxar-file-download`,
|
downloadURL: `/api2/json/admin/datastore/${view.datastore}/pxar-file-download`,
|
||||||
extraParams: {
|
extraParams: {
|
||||||
'backup-id': id,
|
'backup-id': id,
|
||||||
'backup-time': (time.getTime()/1000).toFixed(0),
|
'backup-time': (time.getTime()/1000).toFixed(0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user