make web ui reflect screen ui colors

This commit is contained in:
Cooper Quintin
2025-08-20 16:45:49 -07:00
committed by Cooper Quintin
parent 145d0a295a
commit 983867c2a6

View File

@@ -52,8 +52,8 @@
{@const analyzer = analyzers[analyzerIndex]}
{@const event_type_class = {
Informational: '',
Low: 'bg-red-200',
Medium: 'bg-red-400',
Low: 'bg-yellow-200',
Medium: 'bg-orange-400',
High: 'bg-red-600',
}[event.event_type]}
<tr class="even:bg-gray-200 odd:bg-white">