diff --git a/templates/watch/edit.html b/templates/watch/edit.html index 58310fe..fc0448d 100644 --- a/templates/watch/edit.html +++ b/templates/watch/edit.html @@ -44,6 +44,11 @@ Open Log + + + View Watch + + diff --git a/templates/watch/view.html b/templates/watch/view.html index 5f4c92d..5e3d45c 100644 --- a/templates/watch/view.html +++ b/templates/watch/view.html @@ -7,19 +7,23 @@
-

{{ .Watch.Name }}

- {{ if not .Watch.CronEntry }} -
No Schedule
- {{ else }} -
-
Previous
-
{{ .Watch.CronEntry.Prev.Format "2006-01-02 15:04:05" }}
-
-
-
Next
-
{{ .Watch.CronEntry.Next.Format "2006-01-02 15:04:05" }}
-
- {{ end }} +
+ {{ .Watch.Name }} + Edit +
+ {{ if not .Watch.CronEntry }} +
No Schedule
+ {{ else }} +
+
Previous
+
{{ .Watch.CronEntry.Prev.Format "2006-01-02 15:04:05" }}
+
+
+
Next
+
{{ .Watch.CronEntry.Next.Format "2006-01-02 15:04:05" }}
+
+ {{ end }} +
diff --git a/todo.md b/todo.md index a1662b9..028c60b 100644 --- a/todo.md +++ b/todo.md @@ -1,5 +1,4 @@ # Todo - make generic 'notifier' interface - header/post body for get url ? -- add lua filter -- edit button on watch view page \ No newline at end of file +- add lua filter \ No newline at end of file