diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-12 04:50:44 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-12 04:50:44 +0000 |
commit | fbf0f6250dadf3fb3ba70b8b8f40b2c265b09939 (patch) | |
tree | 4b312e2d8e2e9dacaa4458dfce35a6c5ea699047 /ui/static | |
parent | 7d131bea17205c314387700787286365cbd98d5a (diff) |
An Operations list page now renders data in table
The data is fetched from the database and uses html/template to render
the rows in a list.
A critical bug was not including the dot in {{ template "main" . }} in
the base template. THIS MEANT THAT NO DATA PASSED TO ExecuteTemplate
function rendered and took a long time to figure out.
Diffstat (limited to 'ui/static')
-rw-r--r-- | ui/static/css/main.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/static/css/main.css b/ui/static/css/main.css index 1760fba..d8060bd 100644 --- a/ui/static/css/main.css +++ b/ui/static/css/main.css @@ -23,7 +23,6 @@ a:hover { a.admin-link { font-size: 0.65rem; - padding: 0em 0em 1.2em 0em; } |