adds ending time to activity indicator
This commit is contained in:
@@ -2,7 +2,15 @@
|
||||
{% 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>Scraper <span id="activity_indicator" class="badge text-bg-danger">Inactive</span></h2>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2>Scraper</h2>
|
||||
</div>
|
||||
<div class="col text-end">
|
||||
<span id="end_time" class="badge text-bg-info d-none"></span>
|
||||
<span id="activity_indicator" class="badge text-bg-danger fw-bold">Inactive</span>
|
||||
</div>
|
||||
</div>
|
||||
<form id="scrapingForm" method="POST" action="{{ url_for('start_scraping') }}">
|
||||
{{ form.hidden_tag() }}
|
||||
<div class="form-group">
|
||||
@@ -25,4 +33,4 @@
|
||||
</div>
|
||||
</section>
|
||||
<script src="{{url_for('static', filename='index.js')}}"></script>
|
||||
{% endblock content %}
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user