From b97424554cd32656b5c398ef24a41a3986a8f8a0 Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 11 Feb 2026 10:04:39 -0600 Subject: [PATCH] feat: add column headers to scan list --- .../templates/conssheets/scan_session.html | 6 ++++++ static/css/style.css | 18 +++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/modules/conssheets/templates/conssheets/scan_session.html b/modules/conssheets/templates/conssheets/scan_session.html index 6d9f0d6..13164b4 100644 --- a/modules/conssheets/templates/conssheets/scan_session.html +++ b/modules/conssheets/templates/conssheets/scan_session.html @@ -109,6 +109,12 @@ Bulk Import Excel +
+ {% for field in detail_fields %} +
{{ field.field_label }}
+ {% endfor %} +
Status
+
{% for scan in scans %}