Added error-url parameter to monitor sites

This commit is contained in:
Jeck
2025-01-14 21:32:04 -08:00
parent a7e235441b
commit c8200f2972
3 changed files with 10 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ type monitorWidget struct {
Sites []struct {
*SiteStatusRequest `yaml:",inline"`
Status *siteStatus `yaml:"-"`
ErrorURL string `yaml:"error-url"`
Title string `yaml:"title"`
Icon customIconField `yaml:"icon"`
SameTab bool `yaml:"same-tab"`