fix: better ssh resilience and customizable timeout for future backoff

This commit is contained in:
Aarnav Tale
2025-06-16 11:23:44 -04:00
parent 6a0e097412
commit 7f376c3f70
4 changed files with 48 additions and 31 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ export default function Page() {
<div className="w-screen h-screen bg-headplane-900">
{ipn === null ? (
<div className="mx-auto h-screen flex items-center justify-center">
<Loader2 className="animate-spin size-10" />
<Loader2 className="animate-spin size-10 text-headplane-50" />
</div>
) : (
<div className="flex flex-col h-screen">