unify layout
This commit is contained in:
parent
61c174dd2b
commit
026e5cc8c9
15
list.tmpl
15
list.tmpl
@ -2,14 +2,17 @@
|
|||||||
<head><title>GNU Taler Dashboard</title></head>
|
<head><title>GNU Taler Dashboard</title></head>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin-left:15%;
|
margin-left:1%;
|
||||||
margin-right:15%;
|
margin-right:1%;
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin-left: -10%;
|
|
||||||
color: brown;
|
color: brown;
|
||||||
}
|
}
|
||||||
|
details {
|
||||||
|
margin-left: 10%;
|
||||||
|
margin-right: 10%;
|
||||||
|
}
|
||||||
pre {
|
pre {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
@ -18,12 +21,10 @@ pre {
|
|||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<h1>GNU Taler Dashboard</h1>
|
<h1>GNU Taler Dashboard</h1>
|
||||||
<a href="/">Table view</a>
|
<h2><a href="/">Table view</a> | List View </h2>
|
||||||
<h2>List View</h2>
|
Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}, updateting every {{ .Freq }} (no auto-refresh)
|
||||||
Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}, updating every {{.Freq}}
|
|
||||||
{{ with .Lasterror }}, Last error: {{ . }} {{end}}
|
{{ with .Lasterror }}, Last error: {{ . }} {{end}}
|
||||||
|
|
||||||
|
|
||||||
<!-- p>
|
<!-- p>
|
||||||
{{ $issues := .Issues }}
|
{{ $issues := .Issues }}
|
||||||
{{ range $issues.Tags }}
|
{{ range $issues.Tags }}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head><title>GNU Taler Dashboard</title></head>
|
<head><title>GNU Taler Dashboard</title></head>
|
||||||
<style>
|
<style>
|
||||||
@ -47,9 +46,8 @@ details {
|
|||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<h1>GNU Taler Dashboard</h1>
|
<h1>GNU Taler Dashboard</h1>
|
||||||
<a href="/list">List view</a>
|
<h2>Table view | <a href="/list">List View</a></h2>
|
||||||
<h2>Table View</h2>
|
Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}, updateting every {{ .Freq }} (no auto-refresh)
|
||||||
Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}}, updateting every {{ .Freq }}
|
|
||||||
{{ with .Lasterror }}, Last error: {{ . }} {{end}}
|
{{ with .Lasterror }}, Last error: {{ . }} {{end}}
|
||||||
|
|
||||||
{{ $issues := .Issues }}
|
{{ $issues := .Issues }}
|
||||||
|
Loading…
Reference in New Issue
Block a user