From 9b6b404efd7f4b64acbbb73e1949c9d060ad8252 Mon Sep 17 00:00:00 2001 From: Michael Ramsey Date: Sat, 25 Apr 2020 03:02:53 -0400 Subject: [PATCH] Fix user html. add user variable to backup.js --- backup/static/backup/backup.js | 3 ++- backup/templates/backup/backupDestinations.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/backup/static/backup/backup.js b/backup/static/backup/backup.js index 9c158422b..a41fffb41 100755 --- a/backup/static/backup/backup.js +++ b/backup/static/backup/backup.js @@ -416,7 +416,7 @@ app.controller('restoreWebsiteControl', function ($scope, $http, $timeout) { }); -//*** Resotre site ends here ***/// +//*** Restore site ends here ***/// ///** Backup Destination ***// @@ -448,6 +448,7 @@ app.controller('backupDestinations', function ($scope, $http, $timeout) { var data = { IPAddress: $scope.IPAddress, password: $scope.password, + user: $scope.user, backupSSHPort: $scope.backupSSHPort, }; diff --git a/backup/templates/backup/backupDestinations.html b/backup/templates/backup/backupDestinations.html index 689550ccf..9667803ed 100755 --- a/backup/templates/backup/backupDestinations.html +++ b/backup/templates/backup/backupDestinations.html @@ -51,7 +51,7 @@
- +