From 49ffcba2c3c4a19d147dd792d7f6c99b7545a491 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Wed, 25 Feb 2015 16:41:52 +0100 Subject: UX on front end. --- views/admin.html.copy | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 views/admin.html.copy (limited to 'views/admin.html.copy') diff --git a/views/admin.html.copy b/views/admin.html.copy new file mode 100644 index 0000000..17f5c87 --- /dev/null +++ b/views/admin.html.copy @@ -0,0 +1,45 @@ +{{template "header.html"}} +{{template "navbar.html"}} + +
| # | +Host | +Url | +Status | + +Failure Reason | + + +{{range $index, $results := .}} +
|---|---|---|---|---|
| {{add $index 1}} | +{{.Host}} | +{{.Url}} | +{{.Status}} | + +{{.Reason}} | +