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:
authorKenneth Skovhede <kenneth@hexad.dk>2015-12-06 17:35:59 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2015-12-06 17:36:33 +0300
commita0115cb741d279f7e153e5029b0c6fdf2ca79e57 (patch)
tree3f48d84d04f454b9eb3fcf5a06548ed74e1914bb /Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
parent6f33f8dc5348f4706c782267089a189d88e2475b (diff)
Added Mega.co.nz backend as requested in issue #806
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, 1 insertions, 2 deletions
diff --git a/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js b/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
index f441c38e8..32e82d831 100644
--- a/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
+++ b/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
@@ -6,7 +6,7 @@ backupApp.service('SystemInfo', function($rootScope, $timeout, AppService, AppUt
var backendgroups = {
std: {'ftp': null, 'ssh': null, 'webdav': null, 'openstack': 'OpenStack Object Storage / Swift', 's3': 'S3 Compatible'},
local: {'file': null},
- prop: { 's3': null, 'azure': null, 'googledrive': null, 'onedrive': null, 'cloudfiles': null, 'gcs': null, 'openstack': null, 'hubic': null, 'amzcd': null, 'b2': null }
+ prop: { 's3': null, 'azure': null, 'googledrive': null, 'onedrive': null, 'cloudfiles': null, 'gcs': null, 'openstack': null, 'hubic': null, 'amzcd': null, 'b2': null, 'mega': null }
}
this.backendgroups = backendgroups;
@@ -59,7 +59,6 @@ backupApp.service('SystemInfo', function($rootScope, $timeout, AppService, AppUt
push_with_type(m, 'Others', 3);
}
-
$rootScope.$broadcast('systeminfochanged');
}, AppUtils.connectionError)