From fbf0f6250dadf3fb3ba70b8b8f40b2c265b09939 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 12 Feb 2024 04:50:44 +0000 Subject: 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. --- ui/static/css/main.css | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/static') 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; } -- cgit v1.2.3