fix: progress bar in status page

This commit is contained in:
tdurieux
2021-09-06 14:58:57 +02:00
parent f7266ccff8
commit debc6ef084
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -693,7 +693,7 @@ angular
$scope.progress = 10;
} else if ($scope.repo.status == "downloaded") {
$scope.progress = 50;
} else if ($scope.repo.status == "downloading") {
} else if ($scope.repo.status == "download") {
$scope.progress = 25;
} else if ($scope.repo.status == "preparing") {
$scope.progress = 25;