Usman Nasir
2020-05-07 17:15:31 +05:00
parent 5f589d0569
commit 97ae6eca28
3 changed files with 20 additions and 23 deletions

View File

@@ -1347,6 +1347,7 @@ app.controller('remoteBackupControl', function ($scope, $http, $timeout) {
$http.post(url, data, config).then(ListInitialDatas, cantLoadInitialDatas);
function ListInitialDatas(response) {
$scope.backupProcessStarted = true;
if (response.data.remoteTransferStatus === 1) {