mirror of
https://github.com/Gu1llaum-3/sshm.git
synced 2026-01-27 03:04:21 +01:00
fix(edit): correct Advanced tab field indices mapping
This commit is contained in:
@@ -613,9 +613,9 @@ func (m *editFormModel) renderEditAdvancedTab() string {
|
|||||||
index int
|
index int
|
||||||
label string
|
label string
|
||||||
}{
|
}{
|
||||||
{5, "SSH Options"},
|
{6, "SSH Options"},
|
||||||
{7, "Remote Command"},
|
{8, "Remote Command"},
|
||||||
{8, "Request TTY"},
|
{9, "Request TTY"},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, field := range fields {
|
for _, field := range fields {
|
||||||
|
|||||||
Reference in New Issue
Block a user