feat(monitor): add STALE state for push monitors #57

Merged
lerko merged 4 commits from feat/push-stale-state into main 2026-06-04 18:23:58 +00:00
Showing only changes of commit c9353ac7cd - Show all commits
+4
View File
@@ -105,6 +105,10 @@ func (m Model) viewDetailPanel() string {
section("ENDPOINT") section("ENDPOINT")
row("Type", site.Type) row("Type", site.Type)
if site.Type == "push" && site.Token != "" {
row("Token", site.Token)
row("Push URL", "/api/push/"+site.Token)
}
if site.URL != "" { if site.URL != "" {
row("URL", site.URL) row("URL", site.URL)
} }