mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-17 04:47:11 +00:00
Tidy SSH defaults formatting
This commit is contained in:
committed by
GitHub
parent
76d0b5753a
commit
baf45c47eb
@@ -193,11 +193,11 @@ function SshServerForm({
|
||||
: null,
|
||||
destination: isNativeInitially
|
||||
? ""
|
||||
: (firstBrowserGatewayTarget?.ip ?? ""),
|
||||
: (firstBrowserGatewayTarget?.ip ?? ""),
|
||||
destinationPort: isNativeInitially
|
||||
? "22"
|
||||
: firstBrowserGatewayTarget
|
||||
? String(firstBrowserGatewayTarget.port)
|
||||
? String(firstBrowserGatewayTarget.port)
|
||||
: "22"
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user