mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 07:59:59 -07:00
make web ui reflect screen ui colors
This commit is contained in:
committed by
Cooper Quintin
parent
145d0a295a
commit
983867c2a6
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user