diff --git a/static/js/scheduler.js b/static/js/scheduler.js index 97af527..4069b6a 100644 --- a/static/js/scheduler.js +++ b/static/js/scheduler.js @@ -89,7 +89,7 @@ function renderJobs() { const statusIcon = job.enabled ? 'bi-check-circle-fill' : 'bi-pause-circle'; const statusText = job.enabled ? 'Aktiv' : 'Inaktiv'; const jobType = job.type === 'message' ? 'Nachricht' : 'Kommando'; - const typeBadge = job.type === 'message' ? 'bg-warning' : 'bg-info'; + const typeBadge = job.type === 'message' ? 'bg-warning text-dark' : 'bg-info text-white'; return `