init creatingBackup variable
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user