feat: automatically rrefresh the status of non-ready repository

This commit is contained in:
tdurieux
2021-09-26 08:12:29 +02:00
parent be0f534a18
commit 6e9fffd841

View File

@@ -1320,6 +1320,7 @@ angular
(err) => {
$scope.type = "error";
$scope.content = err.data.error;
setTimeout(init, 2500);
}
);
}