Compare commits
1 Commits
1-max-seri
...
3-red-head
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c72559e8e |
@@ -42,7 +42,7 @@ export default function TableViz({ config, rows, onEdit, onDelete }: Props) {
|
||||
<th className="text-right px-2 py-1 text-green-400">Green</th>
|
||||
)}
|
||||
{config.signal_type !== 'green' && (
|
||||
<th className="text-right px-2 py-1 text-red-400">Red (NP)</th>
|
||||
<th className="text-right px-2 py-1 text-red-400">Red</th>
|
||||
)}
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user