work on restore function

This commit is contained in:
usman@cyberpersons.com
2023-04-03 13:20:57 +05:00
parent 8f56fefe74
commit 01586f8dca
3 changed files with 28 additions and 4 deletions

View File

@@ -1293,7 +1293,8 @@ app.controller('restorev2backupoage', function ($scope, $http, $timeout, $compil
var url = "/IncrementalBackups/RestorePathV2";
var data = {
snapshotid: SnapshotId,
path: Path
path: Path,
selwebsite: $scope.selwebsite
}
var config = {