diff --git a/main.go b/main.go index cdb81ce..5a635fe 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ import ( "time" ) -const VERSION = "v7" +const VERSION = "v8" var ( logger *slog.Logger diff --git a/views/layouts/main.gotmpl b/views/layouts/main.gotmpl index 741061b..f6cbe97 100644 --- a/views/layouts/main.gotmpl +++ b/views/layouts/main.gotmpl @@ -5,6 +5,18 @@ {{ template "fonts" }} + + + + + +
diff --git a/views/pages/datapoint_values.gotmpl b/views/pages/datapoint_values.gotmpl index fe4651c..f568b95 100644 --- a/views/pages/datapoint_values.gotmpl +++ b/views/pages/datapoint_values.gotmpl @@ -2,8 +2,19 @@ {{ $version := .VERSION }} + + {{ block "page_label" . }}{{end}} +
+ +
+
{{ range .Data.Values }}
{{ format_time .Ts }}