mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-15 22:48:00 +02:00
fix: progress bar in status page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user