mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-08-26 23:46:27 +02:00
work on restore function
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user