From 61df02cda1c188b410760b3c8179db35274bdf0c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 13 Apr 2021 09:06:30 +0200 Subject: [PATCH] ui: file browser: adapt to abi changes Signed-off-by: Thomas Lamprecht --- www/datastore/Content.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/datastore/Content.js b/www/datastore/Content.js index a6c77f63..1394b2ea 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -454,8 +454,8 @@ Ext.define('PBS.DataStoreContent', { Ext.create('Proxmox.window.FileBrowser', { title: `${type}/${id}/${timetext}`, - listUrl: `/api2/json/admin/datastore/${view.datastore}/catalog`, - downloadUrl: `/api2/json/admin/datastore/${view.datastore}/pxar-file-download`, + listURL: `/api2/json/admin/datastore/${view.datastore}/catalog`, + downloadURL: `/api2/json/admin/datastore/${view.datastore}/pxar-file-download`, extraParams: { 'backup-id': id, 'backup-time': (time.getTime()/1000).toFixed(0),