mirror of
https://github.com/Adembc/lazyssh.git
synced 2026-07-14 12:13:34 +02:00
feat: Add 60+ SSH config field support with enhanced UI (#50)
This commit is contained in:
@@ -38,7 +38,8 @@ func NewServerList() *ServerList {
|
||||
func (sl *ServerList) build() {
|
||||
sl.List.ShowSecondaryText(false)
|
||||
sl.List.SetBorder(true).
|
||||
SetTitle("Servers").
|
||||
SetTitle(" Servers ").
|
||||
SetTitleAlign(tview.AlignCenter).
|
||||
SetBorderColor(tcell.Color238).
|
||||
SetTitleColor(tcell.Color250)
|
||||
sl.List.
|
||||
|
||||
Reference in New Issue
Block a user