fix(edit): correct Advanced tab field indices mapping

This commit is contained in:
2026-01-04 18:39:39 +01:00
parent e4570e612e
commit 66cb80f29c

View File

@@ -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 {