diff options
Diffstat (limited to '_www')
| -rw-r--r-- | _www/index.tmpl | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/_www/index.tmpl b/_www/index.tmpl index 6632569..d4eb63e 100644 --- a/_www/index.tmpl +++ b/_www/index.tmpl @@ -6,7 +6,7 @@ <title>{{.Title}}</title> </head> <style> - h2 { + h3 { background-color: papayawhip; padding-left: 1em; } @@ -48,9 +48,9 @@ } </style> <body> - <h1>{{.Title}}</h1> + <h2>{{.Title}}</h2> - <h2>Service status</h2> + <h3>Service status</h3> <div class="service-status"> <div class="service header"> <span class="at">At</span> @@ -69,12 +69,11 @@ {{ end }} </div> - <h2>Down history</h2> + <h3>Down history</h3> <div class="down-history"> <div class="service header"> <span class="at">At</span> <span class="sid">Service</span> - <span class="status">Status</span> <span class="error">Error</span> </div> {{ $list := reverse .Fail }} @@ -82,7 +81,6 @@ <div class="service"> <span class="at">{{ .At }}</span> <span class="sid">{{ .ID }}</span> - <span class="status"><span class="fail"> DOWN </span></span> <span class="error">{{ .Error }}</span> </div> {{ end }} |
