From 5080c566ac31ec622986c04f1812a1e88c88210e Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Fri, 29 Mar 2024 16:35:04 -0600 Subject: guestbook! --- templates/api_keys.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/api_keys.html') diff --git a/templates/api_keys.html b/templates/api_keys.html index 0aa3094..cd4d274 100644 --- a/templates/api_keys.html +++ b/templates/api_keys.html @@ -1,23 +1,23 @@ {{ define "content" }} - - - + + + {{ if (eq (len .APIKeys) 0) }} - + {{ end }} {{ range $key := .APIKeys }} - + @@ -25,9 +25,9 @@
KeyCreated AtRevokekey.created at.revoke.
No API Keys Foundno api keys found
{{ $key.Key }}{{ $key.CreatedAt }}{{ $key.CreatedAt }}
- +

-

Add An API Key

+

generate key.


- + {{ if .FormError }} {{ if (len .FormError.Errors) }} {{ range $error := .FormError.Errors }} -- cgit v1.2.3-70-g09d2