diff --git a/web/scraping.go b/web/scraping.go index afdb028..6cd2351 100644 --- a/web/scraping.go +++ b/web/scraping.go @@ -897,8 +897,7 @@ func getFilterResultMin(filter *Filter) { } } else { if len(result) > 50 { - filter.Log("Could not convert value, '", result, "', to number") - //filter.Log("Could not convert value, with length ", len(result), ", to number") + filter.Log("Could not convert value, with length ", len(result), ", to number") } else { filter.Log("Could not convert value, '", result, "', to number") } diff --git a/web/templates/backup/view.html b/web/templates/backup/view.html index 145898a..9ef523b 100644 --- a/web/templates/backup/view.html +++ b/web/templates/backup/view.html @@ -9,15 +9,13 @@ GoWatch Backups {{define "content"}}
-
- Backups -
{{ if .Error }}
{{ .Error }}
{{ end }} - +
+ diff --git a/web/templates/index.html b/web/templates/index.html index 229a959..81ece93 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -5,17 +5,12 @@ GoWatch {{define "content"}} {{ if .warnings }}
Startup Warnings
-
Backups
File
- - {{ range .warnings }} - - - - {{ end }} - -
{{ . }}
+ {{ range .warnings }} +
{{ . }}
+ {{ end }} {{ end }} - +
+ diff --git a/web/templates/notifiers.html b/web/templates/notifiers.html index 35c50e0..a8c1ae4 100644 --- a/web/templates/notifiers.html +++ b/web/templates/notifiers.html @@ -3,7 +3,8 @@ GoWatch {{end}} {{define "content"}} -
Watches
Name
+
+ diff --git a/web/templates/schedules.html b/web/templates/schedules.html index 5e191a3..e898859 100644 --- a/web/templates/schedules.html +++ b/web/templates/schedules.html @@ -1,10 +1,11 @@ {{define "title"}} -GoWatch +GoWatch Schedules {{end}} {{define "content"}}
Notifiers
Name
+ diff --git a/web/templates/watch/edit.html b/web/templates/watch/edit.html index a08499e..ed2de34 100644 --- a/web/templates/watch/edit.html +++ b/web/templates/watch/edit.html @@ -16,7 +16,7 @@ GoWatch Edit {{ .Watch.Name }} {{end}} {{ define "left" }} -
Schedules
Watch
+
Logs
- +