bug fix: add incremental destination

This commit is contained in:
Usman Nasir
2020-04-29 04:46:01 +05:00
parent 6a9c774fcb
commit 3f1468c673
6 changed files with 13 additions and 4 deletions

View File

@@ -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,
};