Improve SSE row highlight and pluk audio
This commit is contained in:
@@ -21,7 +21,11 @@
|
||||
</thead>
|
||||
<tbody class="divide-y divide-slate-50">
|
||||
{{range .Rows}}
|
||||
<tr class="hover:bg-slate-50 transition-colors">
|
||||
<tr class="station-row hover:bg-slate-50 transition-colors"
|
||||
data-station-key="{{.Station | stationShort}}"
|
||||
data-processed="{{.Processed}}"
|
||||
data-pending="{{.Pending}}"
|
||||
data-total="{{.Total}}">
|
||||
<td class="px-3 py-2.5 font-medium text-slate-700">
|
||||
{{.Station | stationShort}}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user