Fix spinning icon, text visibility, auto-priority, and SPN match highlighting

- Replace spinning icon with static icon on Active Jobs header
- Match highlighting now checks source keyword against name, MPN, AND provider ID (SPN)
- Show green "Match" badge in source field column when any field matches 100%
- Auto-increment priority when adding new field mapping rows
- Fix text-muted visibility issues on table-success background
This commit is contained in:
Sebastian Almberg 2026-03-12 09:07:19 +01:00
parent 55025a8a8f
commit 49b97fc077
4 changed files with 48 additions and 6 deletions

View file

@ -32,7 +32,7 @@
{# Active Jobs #}
{% if active_jobs is not empty %}
<h5 class="mb-3">
<i class="fas fa-spinner fa-pulse me-1"></i> {% trans %}info_providers.bulk_import.active_jobs{% endtrans %}
<i class="fas fa-tasks me-1"></i> {% trans %}info_providers.bulk_import.active_jobs{% endtrans %}
<span class="badge bg-primary">{{ active_jobs|length }}</span>
</h5>
<div class="table-responsive mb-4">