Skip to content

Commit

Permalink
chore: fix shell lost text
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Oct 8, 2024
1 parent 32d96e5 commit 063354a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,7 @@ export const DeploymentLeaseShell: React.FunctionComponent<Props> = ({ leases })
<ViewPanel stickToBottom className="overflow-hidden">
{isConnectionClosed && (
<Alert variant="warning" className="rounded-none">
The connection to your Akash Console Shell was lost. (
<Link href={UrlService.faq("shell-lost")} target="_blank" className="inline-flex items-center space-x-2">
<span>More Info</span>
<OpenNewWindow className="text-xs" alignmentBaseline="middle" />
</Link>
)
The connection to your Akash Console Shell was not established or lost.
</Alert>
)}
<XTerm ref={terminalRef} onKey={onTerminalKey} onTerminalPaste={onTerminalPaste} />
Expand Down

0 comments on commit 063354a

Please sign in to comment.