Add save/restore backup config to app view

This commit is contained in:
Girish Ramakrishnan
2020-05-16 11:19:47 -07:00
parent 401c561238
commit 66eff3a020
4 changed files with 65 additions and 19 deletions
+2
View File
@@ -20,6 +20,8 @@ app.controller('RestoreController', ['$scope', 'Client', function ($scope, Clien
$scope.busy = false;
$scope.error = {};
$scope.message = ''; // progress
// variables here have to match the import config logic!
$scope.provider = '';
$scope.bucket = '';
$scope.prefix = '';