Batch Import

This commit is contained in:
Tim Zöller 2026-01-03 08:56:57 +01:00
parent 7ecb5456cc
commit a19d4870f7
30 changed files with 3387 additions and 48 deletions

View file

@ -121,10 +121,10 @@
<!-- Legend -->
<div class="mt-3 text-center text-muted" id="legend" style="display: none;">
<small>
<span style="color: blue;"></span> Low Activity
<span class="ms-2" style="color: cyan;"></span> Moderate
<span class="ms-2" style="color: yellow;"></span> High
<span class="ms-2" style="color: red;"></span> Very High
<span style="color: rgba(139, 0, 0, 0.7); font-size: 1.2rem;"></span> Low Activity
<span class="ms-2" style="color: rgb(220, 20, 60); font-size: 1.2rem;"></span> Moderate
<span class="ms-2" style="color: rgb(255, 140, 0); font-size: 1.2rem;"></span> High
<span class="ms-2" style="color: rgb(255, 215, 0); font-size: 1.2rem;"></span> Very High
</small>
</div>
</div>