add pin and sort feature

This commit is contained in:
Adem Baccara
2025-08-21 08:42:20 +01:00
parent ce14e81140
commit adc843f1cf
16 changed files with 499 additions and 97 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ type Server struct {
Port int
Key string
Tags []string
Status string
LastSeen time.Time
PinnedAt time.Time
SSHCount int
}