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:
authorTopperDEL <github_com@tparth.de>2021-07-15 18:20:57 +0300
committerTopperDEL <github_com@tparth.de>2021-07-15 18:20:57 +0300
commit7e335d36ec0ad8543ada254fe35c79ba127c7c57 (patch)
treea87013a79b1619d74c9e3f2e17acaafa9ebe4925 /Duplicati
parent0960fdfbd8a5856bbe9102be95837f52c6a06f94 (diff)
fix: Correctly loading of the backends in the UI
Diffstat (limited to 'Duplicati')
-rw-r--r--Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs2
-rw-r--r--Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js3
2 files changed, 3 insertions, 2 deletions
diff --git a/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs b/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
index 2ef32099f..255830500 100644
--- a/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
+++ b/Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
@@ -22,7 +22,7 @@ namespace Duplicati.Library.Backend.Tardigrade
/// Tardigrade-Backend hands it's logic over to Storj DCS. Only the UI-specific part, the config-parameters and
/// the protocol-key stay here named for Tardigrade.
/// </summary>
- public class Tardigrade : Duplicati.Library.Backend.Storj.Storj
+ public class Tardigrade : Duplicati.Library.Backend.Storj.Storj, IStreamingBackend
{
private const string TARDIGRADE_AUTH_METHOD = "tardigrade-auth-method";
private const string TARDIGRADE_SATELLITE = "tardigrade-satellite";
diff --git a/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js b/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
index c422020e5..e5feb2b19 100644
--- a/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
+++ b/Duplicati/Server/webroot/ngax/scripts/services/SystemInfo.js
@@ -71,7 +71,8 @@ backupApp.service('SystemInfo', function($rootScope, $timeout, $cookies, AppServ
'mssp': null,
'dropbox': null,
'sia': null,
- 'tardigrade': null,
+ 'storj': null,
+ 'tardigrade': null,
'jottacloud': null,
'rclone': null,
'cos': null