refactor: bind /proc and mount volumes with nsenter

This commit is contained in:
Nicolas Meienberger
2025-10-25 22:30:33 +02:00
parent 43e31596f1
commit a7bc1c2e7e
3 changed files with 10 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ export const RepositorySnapshotsTabContent = ({ repository }: Props) => {
);
}
if (isLoading && !data) {
if (isLoading && !data && !error) {
return (
<Card>
<CardContent className="flex items-center justify-center py-12">