update to read from db
This commit is contained in:
@@ -233,8 +233,8 @@ export default function TestTable({ tests = [], allTests = [], isLoading }) {
|
||||
<tr key={r.station} className="text-slate-300">
|
||||
<td className="pr-6 py-0.5 text-cyan-400 font-medium">STA{r.station}</td>
|
||||
<td className="pr-6 py-0.5 text-right">{r.tput} Mbps</td>
|
||||
<td className="pr-6 py-0.5 text-right">{r.dlRssi} dBm</td>
|
||||
<td className="py-0.5 text-right">{r.ulRssi} dBm</td>
|
||||
<td className="pr-6 py-0.5 text-right">{r.dlRssi ?? '-'} dBm</td>
|
||||
<td className="py-0.5 text-right">{r.ulRssi ?? '-'} dBm</td>
|
||||
</tr>
|
||||
))}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user