diff options
author | Özgür Kesim <oec@codeblau.de> | 2023-12-27 13:21:04 +0100 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2023-12-27 13:21:04 +0100 |
commit | 026e5cc8c9f916611cb5000735a2f6f4132bd9f4 (patch) | |
tree | 9369d84e13abe6782a6e4e94894ff5e17817cfa0 /table.tmpl | |
parent | 61c174dd2bdabcb4ee953e2e50ea141567515140 (diff) |
unify layout
Diffstat (limited to 'table.tmpl')
-rw-r--r-- | table.tmpl | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,4 +1,3 @@ - <html> <head><title>GNU Taler Dashboard</title></head> <style> @@ -47,9 +46,8 @@ details { </style> <body> <h1>GNU Taler Dashboard</h1> - <a href="/list">List view</a> - <h2>Table View</h2> - Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}, updateting every {{ .Freq }} + <h2>Table view | <a href="/list">List View</a></h2> + Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}, updateting every {{ .Freq }} (no auto-refresh) {{ with .Lasterror }}, Last error: {{ . }} {{end}} {{ $issues := .Issues }} |