Remove usage of trackBackupTask

This commit is contained in:
Girish Ramakrishnan
2019-12-16 16:17:54 -08:00
parent f752ed3927
commit 8a850ecc5b

View File

@@ -1037,9 +1037,6 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
switchView();
// track on page load backup if active
if (app.installationState === ISTATES.PENDING_BACKUP) $scope.backups.trackBackupTask();
asyncSeries([
fetchUsers,
fetchGroups,