aboutsummaryrefslogtreecommitdiff
path: root/list.tmpl
diff options
context:
space:
mode:
authorGitea <gitea@fake.local>2023-12-27 03:18:58 +0000
committerGitea <gitea@fake.local>2023-12-27 03:18:58 +0000
commit5a37ffb1cfdbca104e3b47bd7e066b73efc14b2f (patch)
tree36ab39b8a6bfe3d18468aca31632695acc8b2b7c /list.tmpl
parent44464c94777aab0032699792a8074cdc7cd46fd1 (diff)
added frequency
Diffstat (limited to 'list.tmpl')
-rw-r--r--list.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/list.tmpl b/list.tmpl
index ee62dff..2494501 100644
--- a/list.tmpl
+++ b/list.tmpl
@@ -20,16 +20,16 @@ pre {
<h1>GNU Taler Dashboard</h1>
<a href="/">Table view</a>
<h2>List View</h2>
- Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}
+ Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}, updating every {{.Freq}}
{{ with .Lasterror }}, Last error: {{ . }} {{end}}
- <p>
+ <!-- p>
{{ $issues := .Issues }}
{{ range $issues.Tags }}
<button>{{ . }}</button>
{{ end }}
- </p>
+ </p -->
{{ range $cat := $issues.Categories }}
<h3>{{ . }}</h3>