new styles

This commit is contained in:
team 1
2026-04-04 20:26:20 +02:00
parent c7b5cfeb91
commit 7f7d2c512d
3 changed files with 48 additions and 36 deletions

View File

@@ -11,6 +11,27 @@
Neues Profil anlegen
</a>
</div>
{# ============================= #}
{# Strukturstatus Alert #}
{# ============================= #}
{% if structureMismatch %}
<div class="alert alert-danger d-flex justify-content-between align-items-center mb-4">
<div>
<strong>Strukturabweichung erkannt.</strong>
Die aktuelle Indexstruktur entspricht nicht dem aktiven Profil.
Eine globale Neuindizierung ist erforderlich oder Sie haben kein indexiertes Dokument im System.
</div>
<a href="{{ path('admin_jobs') }}"
class="btn btn-sm btn-outline-danger">
Global Reindex starten
</a>
</div>
{% else %}
<div class="alert alert-success">
Die Indexstruktur entspricht dem aktiven Profil.
</div>
{% endif %}
{# ========================================================= #}
{# PROFIL SYSTEM DESCRIPTION #}
@@ -54,28 +75,6 @@
</div>
</div>
{# ============================= #}
{# Strukturstatus Alert #}
{# ============================= #}
{% if structureMismatch %}
<div class="alert alert-danger d-flex justify-content-between align-items-center">
<div>
<strong>Strukturabweichung erkannt.</strong>
Die aktuelle Indexstruktur entspricht nicht dem aktiven Profil.
Eine globale Neuindizierung ist erforderlich oder Sie haben kein indexiertes Dokument im System.
</div>
<a href="{{ path('admin_jobs') }}"
class="btn btn-sm btn-outline-danger">
Global Reindex starten
</a>
</div>
{% else %}
<div class="alert alert-success">
Die Indexstruktur entspricht dem aktiven Profil.
</div>
{% endif %}
{# ============================= #}
{# Profile Tabelle #}
{# ============================= #}