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:
authorAlbertony <albertony@gmail.com>2017-03-04 18:07:03 +0300
committerAlbertony <albertony@gmail.com>2017-03-04 18:07:03 +0300
commitd4f75aeb3a819a86615292ed65452daf30fad7f0 (patch)
tree67ae9a3fa417f8f99ade5b1cee035ab42a883c52 /Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
parent12731e6529be5d94933a491b33e4c1c66a2675d1 (diff)
Jottacloud backend can now be properly configured and test button works
Diffstat (limited to 'Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js')
-rw-r--r--Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js b/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
index c2773146d..d9ac4acb2 100644
--- a/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
+++ b/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
@@ -67,7 +67,8 @@ backupApp.service('SystemInfo', function($rootScope, $timeout, $cookies, AppServ
'box': null,
'od4b': null,
'mssp': null,
- 'dropbox': null
+ 'dropbox': null,
+ 'jottacloud': null
}
};