init creatingBackup variable

This commit is contained in:
Girish Ramakrishnan
2019-09-06 15:29:59 -07:00
parent 4474766526
commit 2e60a9d43c

View File

@@ -442,6 +442,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
$scope.appRestore.app = app;
$scope.appRestore.busyFetching = true;
$scope.appRestore.creatingBackup = $scope.appRestore.app.installationState === 'pending_backup';
$('#appRestoreModal').modal('show');