From 77c24361aa0b46ebf53a1328381be0d1b214fe3c Mon Sep 17 00:00:00 2001 From: geoffrey Date: Sun, 18 Jun 2023 14:00:31 +0200 Subject: [PATCH] Update report --- core/report.py | 1 + reports/templates/index.html.j2 | 82 +-------------------------------- 2 files changed, 3 insertions(+), 80 deletions(-) diff --git a/core/report.py b/core/report.py index 3d4231f..73ffb44 100644 --- a/core/report.py +++ b/core/report.py @@ -10,6 +10,7 @@ def generateHtmlReport(data): html += "" \ f"

Reports of {today}

" dataJinja2 = dict() + dataJinja2['title'] = 'Report check system' dataJinja2['plugins'] = list() # Env jinja2 diff --git a/reports/templates/index.html.j2 b/reports/templates/index.html.j2 index 0d9806f..b686e4f 100644 --- a/reports/templates/index.html.j2 +++ b/reports/templates/index.html.j2 @@ -1,92 +1,14 @@ - - + - Jumbotron example ยท Bootstrap v5.3 - + {{ data['title'] }} - - - -