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

@@ -8,6 +8,17 @@
<h1 class="h3 mb-0">Tag-Management</h1>
</div>
{# ========================================================= #}
{# LIVE REBUILD STATUS (SSE) #}
{# ========================================================= #}
<div id="rebuild-status">
{% if latestJob %}
<div class="alert alert-secondary shadow-sm">
Status wird geladen…
</div>
{% endif %}
</div>
{# ========================================================= #}
{# TAG SYSTEM DESCRIPTION #}
{# ========================================================= #}
@@ -65,18 +76,6 @@
</div>
</div>
{# ========================================================= #}
{# LIVE REBUILD STATUS (SSE) #}
{# ========================================================= #}
<div id="rebuild-status">
{% if latestJob %}
<div class="alert alert-secondary shadow-sm">
Status wird geladen…
</div>
{% endif %}
</div>
<script>
const statusBox = document.getElementById('rebuild-status');
const source = new EventSource("{{ path('admin_tags_rebuild_stream') }}");
@@ -155,7 +154,7 @@
<input class="form-control form-control-sm"
name="description"
placeholder="Semantische Beschreibung des Tags"
required/>
required/>
</div>
<div class="mb-3">