02f0a39d97
Go-based uptime monitor with SQLite/Postgres storage, TUI dashboard, SSH server, alerting, and clustering support.
6 lines
89 B
Go
6 lines
89 B
Go
package tui
|
|
|
|
func (m Model) viewLogsTab() string {
|
|
return "\n" + m.logViewport.View()
|
|
}
|