Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Abrar <abrar1984@gmail.com>2022-05-27 13:50:55 +0300
committerMuhammad Abrar <abrar1984@gmail.com>2022-06-13 08:38:42 +0300
commitf73bc2213c87d8f1155f34a1b45df61e96c67e88 (patch)
tree722fccbef9e325def619b1cfe9a4fd456742f77a /Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
parent93a4e2cb6e60c85357cfad9f1288c9833919a054 (diff)
Added support for new backend IDrivee2(https://www.idrivee2.com)
Diffstat (limited to 'Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js')
-rw-r--r--Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js b/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
index b6b4e4e52..7569b5eab 100644
--- a/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
+++ b/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
@@ -53,6 +53,7 @@ backupApp.service('SystemInfo', function($rootScope, $timeout, $cookies, AppServ
},
local: {'file': null},
prop: {
+ 'e2':null,
's3': null,
'azure': null,
'googledrive': null,