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:
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)