From eb719a5416391521d536980e974f97b7ac8b78e3 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Fri, 24 Jul 2026 20:06:17 +0100 Subject: stats page --- .../volumes/pocketbase/pb_hooks/views/_layout.html | 11 ++++++++++ .../volumes/pocketbase/pb_hooks/views/stats.html | 25 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html create mode 100644 174bg/database/volumes/pocketbase/pb_hooks/views/stats.html (limited to '174bg/database/volumes/pocketbase/pb_hooks/views') diff --git a/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html b/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html new file mode 100644 index 0000000..4771057 --- /dev/null +++ b/174bg/database/volumes/pocketbase/pb_hooks/views/_layout.html @@ -0,0 +1,11 @@ + + + + {{block "title" .}}Default app title{{end}} + + + {{block "body" .}} + Default app body... + {{end}} + + \ No newline at end of file diff --git a/174bg/database/volumes/pocketbase/pb_hooks/views/stats.html b/174bg/database/volumes/pocketbase/pb_hooks/views/stats.html new file mode 100644 index 0000000..b59c1a7 --- /dev/null +++ b/174bg/database/volumes/pocketbase/pb_hooks/views/stats.html @@ -0,0 +1,25 @@ +{{define "title"}} + stats +{{end}} + +{{define "body"}} +

Time Difference: {{.timeDifference}}

+

Within Threshold: {{.withinThreshold}}

+ + +{{end}} \ No newline at end of file -- cgit v1.2.3