mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 17:26:17 +01:00
bypass the stuck domain
This commit is contained in:
@@ -433,7 +433,7 @@ class IncScheduler():
|
|||||||
if oldJobContinue and not doit:
|
if oldJobContinue and not doit:
|
||||||
if domain == stuckDomain:
|
if domain == stuckDomain:
|
||||||
doit = 1
|
doit = 1
|
||||||
pass
|
continue
|
||||||
else:
|
else:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
@@ -542,7 +542,7 @@ Automatic backup failed for %s on %s.
|
|||||||
if oldJobContinue and not doit:
|
if oldJobContinue and not doit:
|
||||||
if domain == stuckDomain:
|
if domain == stuckDomain:
|
||||||
doit = 1
|
doit = 1
|
||||||
pass
|
continue
|
||||||
else:
|
else:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
@@ -1585,6 +1585,7 @@ app.controller('scheduleBackup', function ($scope, $http, $window) {
|
|||||||
$scope.fetchJobs = function () {
|
$scope.fetchJobs = function () {
|
||||||
|
|
||||||
$scope.cyberPanelLoading = false;
|
$scope.cyberPanelLoading = false;
|
||||||
|
$scope.jobsHidden = true;
|
||||||
|
|
||||||
var config = {
|
var config = {
|
||||||
headers: {
|
headers: {
|
||||||
@@ -1642,7 +1643,7 @@ app.controller('scheduleBackup', function ($scope, $http, $window) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
var data = {
|
var data = {
|
||||||
selectedAccount: $scope.selectedAccount,
|
selectedAccount: $scope.selectedAccountAdd,
|
||||||
name: $scope.name,
|
name: $scope.name,
|
||||||
backupFrequency: $scope.backupFrequency
|
backupFrequency: $scope.backupFrequency
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user