From 82680f5b8cb6457275f18d60e1af017101a79b64 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Wed, 17 Aug 2016 20:09:58 +0100 Subject: Switch from bootstrap to skeleton --- server/templates/certs.go | 100 +++++++++++++++++++--------------------------- 1 file changed, 42 insertions(+), 58 deletions(-) (limited to 'server/templates/certs.go') diff --git a/server/templates/certs.go b/server/templates/certs.go index 2bda893..8c7f7ef 100644 --- a/server/templates/certs.go +++ b/server/templates/certs.go @@ -4,67 +4,51 @@ package templates const Certs = ` - - - - - - Issued Certificates + + + + Issued Certificates - - + + + + + +
+ - - - - - -
- - -
- {{ .CSRF }} - - - - - - - - - - - {{range .Certs}} -
-
- - - - - - - + + {{ .CSRF }} +
IDCreatedExpiresPrincipalsRevokedRevoke
{{.KeyID}}{{.CreatedAt}}{{.Expires}}{{.Principals}}{{.Revoked}} - {{if not .Revoked}} - - {{end}} -
+ + + + + + + + + + + + {{range .Certs}} + + + + + + + + + {{ end }} + +
IDCreatedExpiresPrincipalsRevokedRevoke
{{.KeyID}}{{.CreatedAt}}{{.Expires}}{{.Principals}}{{.Revoked}}{{if not .Revoked}}{{end}}
+
+
- {{ end }} - - - -
- - - - - - + ` -- cgit v1.2.3