From 6b9b3c56c26e2f23cc94d6d5521cca35619798bd Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Mon, 27 Mar 2023 19:13:17 +0000 Subject: [PATCH] updated schedules page --- web/templates/schedules.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/schedules.html b/web/templates/schedules.html index aa20503..5e191a3 100644 --- a/web/templates/schedules.html +++ b/web/templates/schedules.html @@ -7,8 +7,8 @@ GoWatch - + @@ -19,9 +19,9 @@ GoWatch {{ range $watch, $scheduleFilters := .watchSchedules }} {{ range $i, $scheduleFilter := $scheduleFilters }} - + {{ if $scheduleFilter.CronEntry }}
WatchID WatchName Schedule Last Next
{{ $watch.ID }} {{ $watch.Name }} {{ $scheduleFilter.Name }}{{ $scheduleFilter.Var1 }}{{ $scheduleFilter.CronEntry.Prev.Format "2006-01-02 15:04:05" }} {{ $scheduleFilter.CronEntry.Next.Format "2006-01-02 15:04:05" }}