adds views for analyzing and log viewer

This commit is contained in:
Michael Beck
2025-02-06 22:49:09 +01:00
parent a5c15f211e
commit 94fa56b195
5 changed files with 31 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
<section id="scrapingFormContainer" class="container-fluid d-flex justify-content-center">
<div class="container-md my-5 mx-2 shadow-lg p-4 ">
<h2>Config <span id="activity_indicator" class="badge text-bg-danger">Inactive</span></h2>
<h2>Scraper <span id="activity_indicator" class="badge text-bg-danger">Inactive</span></h2>
<form id="scrapingForm" method="POST" action="{{ url_for('start_scraping') }}">
{{ form.hidden_tag() }}
<div class="form-group">