Files
uptop/internal/tui/tab_logs.go
T
lerko 02f0a39d97 feat: initial commit — uptime monitor (forked from go-upkeep)
Go-based uptime monitor with SQLite/Postgres storage, TUI dashboard,
SSH server, alerting, and clustering support.
2026-05-14 11:05:10 -04:00

6 lines
89 B
Go

package tui
func (m Model) viewLogsTab() string {
return "\n" + m.logViewport.View()
}