From 6837ddf68f13a1633ea868ab55d71389ca5bc175 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 27 Feb 2015 04:02:15 +0100 Subject: Version 0.2. Sends E-Mails now. Also sticky post on index page to quickly inform people. Concatenated all CSS and JavaScript files. --- views/admin.html | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) (limited to 'views/admin.html') diff --git a/views/admin.html b/views/admin.html index ebec09c..86f38bc 100644 --- a/views/admin.html +++ b/views/admin.html @@ -1,11 +1,12 @@ {{template "header.html"}} {{template "navbar.html"}} +{{template "jobs_modal.html"}} {{if .Error}}
{{range .Error}} - @@ -17,8 +18,7 @@
{{range .Success}} - {{end}} @@ -32,17 +32,19 @@
-
- + +
- +
- + + + @@ -50,23 +52,33 @@ {{range $index, $results := .Hosts}} - - + + + - + {{end}}
# HostUrlDescription StatusPublic Last Update Failure Reason Delete
{{add $index 1}}{{.Host}}{{.Url}}{{.Host}} {{.Description}} {{.Status}} + {{.UpdatedAt}} {{.Reason}} × 
-
+

Next run: {{.NextRun}}

+
+
+
+

Information post

+ +
+ + +
-{{template "jobs_modal.html"}} {{template "footer.html"}} -- cgit v1.2.3