From a7cdce4d24d2d6f8586aa3e2191858f53f2e4cae Mon Sep 17 00:00:00 2001 From: Tanguy Boisset Date: Fri, 10 Nov 2023 18:14:26 +0100 Subject: [PATCH] feat: add log scale button for evolution graph --- .../components/smolcard/smolcard_header.html | 4 +-- .../html/templates/cards_modal_header.html | 31 ++++++++++++++++++- ad_miner/sources/modules/main_page.py | 6 +++- 3 files changed, 37 insertions(+), 4 deletions(-) diff --git a/ad_miner/sources/html/components/smolcard/smolcard_header.html b/ad_miner/sources/html/components/smolcard/smolcard_header.html index f904b16..a9dfe08 100644 --- a/ad_miner/sources/html/components/smolcard/smolcard_header.html +++ b/ad_miner/sources/html/components/smolcard/smolcard_header.html @@ -29,7 +29,7 @@ \ No newline at end of file diff --git a/ad_miner/sources/modules/main_page.py b/ad_miner/sources/modules/main_page.py index a88925b..934e382 100644 --- a/ad_miner/sources/modules/main_page.py +++ b/ad_miner/sources/modules/main_page.py @@ -480,7 +480,11 @@ def render( """ if arguments.evolution == "": - modal_footer += "" + modal_footer += """ + """ page_f.write(modal_header + cardsHtml + modal_footer) # html = secondary.returnHtml()