Update badge classes to bg

This commit is contained in:
johnnyq
2026-08-15 13:00:41 -04:00
parent 73e10e72f2
commit 2375e69f2d
25 changed files with 80 additions and 44 deletions

View File

@@ -153,7 +153,7 @@ $kanban = array_values($statuses);
<?= escapeHtml($item['ticket_prefix']) . intval($item['ticket_number']) ?>
</a>
<span class="badge badge-<?= $ticket_priority_color ?>"><?= $item_priority ?></span>
<span class="badge text-bg-<?= $ticket_priority_color ?>"><?= $item_priority ?></span>
<?php if ($ticket_sla_alert_stage == 2) { ?>
<span class="badge bg-danger" title="SLA breached"><i class="fas fa-fw fa-stopwatch"></i></span>