mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
chore: Agent Forwarding
This commit is contained in:
@@ -668,7 +668,7 @@ internal class SSHHostOptionsPane(private val accountOwner: AccountOwner) : Opti
|
|||||||
|
|
||||||
val forwardAgent = Box.createHorizontalBox()
|
val forwardAgent = Box.createHorizontalBox()
|
||||||
forwardAgent.border = BorderFactory.createCompoundBorder(
|
forwardAgent.border = BorderFactory.createCompoundBorder(
|
||||||
BorderFactory.createTitledBorder("ForwardAgent"),
|
BorderFactory.createTitledBorder("Agent Forwarding"),
|
||||||
BorderFactory.createEmptyBorder(4, 4, 4, 4)
|
BorderFactory.createEmptyBorder(4, 4, 4, 4)
|
||||||
)
|
)
|
||||||
forwardAgent.add(forwardAgentCheckBox)
|
forwardAgent.add(forwardAgentCheckBox)
|
||||||
|
|||||||
Reference in New Issue
Block a user