diff options
author | Gitea <gitea@fake.local> | 2024-01-04 14:02:45 +0000 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2024-01-04 14:02:45 +0000 |
commit | 173aa7dda433cc24ac1dc2f8f0197b3797cdaa78 (patch) | |
tree | a8bc944c75b94afca2730612b52d9591f72ff526 /list.tmpl | |
parent | e41af1f665ef36b83945e96ccbb03d9083cfa402 (diff) |
put meta info to bottom
Diffstat (limited to 'list.tmpl')
-rw-r--r-- | list.tmpl | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -63,20 +63,17 @@ pre { <body> <h1>GNU Taler Dashboard</h1> <h2><a href="/">Table view</a> | List View </h2> - Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}, updateting every {{ .Freq }} (no auto-refresh). {{ with .Lasterror }}, Last error: {{ . }} {{end}} {{- $top := . }} {{- $features := .Features }} {{- $issues := .Issues }} {{- $versions := .VersionsByDate }} {{- $sorter := OrderedBy "Severity" "Handler" "Id" -}} - Total: {{ len $features }} features and {{ len $issues }} issues. <!-- p> {{- range $top.Tags }} <button>{{ . }}</button> {{ end -}} </p --> - {{- range $cat := $top.Categories }} <h3 class="category">{{ $cat }}</h3> {{- range $tar := $top.TargetVersions }} @@ -123,6 +120,10 @@ pre { {{end}} {{ end -}} <p> - <i>taler-dashboard - version: {{.Commit}} - <a href="https://git.kesim.org/taler/taler-dashboard">https://git.kesim.org/taler/taler-dashboard</a> </i> + Total: {{ len $features }} features and {{ len $issues }} issues. + <br>Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}, + <br>updated every {{ .Freq }} (no auto-refresh). + <p> + <small>taler-dashboard - version: {{.Commit}} - <a href="https://git.kesim.org/taler/taler-dashboard">https://git.kesim.org/taler/taler-dashboard</a> </small> </body> </html> |