mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
removed # in front of telegram count
This commit is contained in:
@@ -62,14 +62,14 @@ class EMSESPStatusForm extends Component<EMSESPStatusFormProps> {
|
|||||||
>
|
>
|
||||||
<TableBody>
|
<TableBody>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
<TableCell># Telegrams Received</TableCell>
|
<TableCell>Telegrams Received</TableCell>
|
||||||
<TableCell align="right">
|
<TableCell align="right">
|
||||||
{formatNumber(data.rx_received)} (quality{' '}
|
{formatNumber(data.rx_received)} (quality{' '}
|
||||||
{data.rx_quality}%)
|
{data.rx_quality}%)
|
||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
<TableCell># Telegrams Sent</TableCell>
|
<TableCell>Telegrams Sent</TableCell>
|
||||||
<TableCell align="right">
|
<TableCell align="right">
|
||||||
{formatNumber(data.tx_sent)} (quality {data.tx_quality}
|
{formatNumber(data.tx_sent)} (quality {data.tx_quality}
|
||||||
%)
|
%)
|
||||||
|
|||||||
Reference in New Issue
Block a user