From 64ae2edb5a97f05f5592f58422adbc6ac089f9e8 Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Thu, 26 Feb 2015 02:40:52 +0100 Subject: Clean up. More backend code. Better UX and design. --- views/admin.html.copy | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 views/admin.html.copy (limited to 'views/admin.html.copy') diff --git a/views/admin.html.copy b/views/admin.html.copy deleted file mode 100644 index 17f5c87..0000000 --- a/views/admin.html.copy +++ /dev/null @@ -1,45 +0,0 @@ -{{template "header.html"}} -{{template "navbar.html"}} - -
| # | -Host | -Url | -Status | - -Failure Reason | - - -{{range $index, $results := .}} -
|---|---|---|---|---|
| {{add $index 1}} | -{{.Host}} | -{{.Url}} | -{{.Status}} | - -{{.Reason}} | -