fix: better ssh resilience and customizable timeout for future backoff
This commit is contained in:
parent
6a0e097412
commit
7f376c3f70
4 changed files with 48 additions and 31 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue