fix: SSE ping rows match existing table row style
This commit is contained in:
@@ -369,7 +369,7 @@
|
||||
? '<span class="text-green-400">Up</span>'
|
||||
: '<span class="text-red-400">Down</span>';
|
||||
const tr = document.createElement('tr');
|
||||
tr.className = 'border-b border-gray-800 fade-in-row';
|
||||
tr.className = 'hover:bg-gray-800/50';
|
||||
tr.innerHTML = `
|
||||
<td class="px-4 py-2">${upBadge}</td>
|
||||
<td class="px-4 py-2 text-gray-300">${ping.status_code ?? '—'}</td>
|
||||
|
||||
Reference in New Issue
Block a user