mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
update tooltip text
This commit is contained in:
@@ -123,7 +123,7 @@ class EMSESPDevicesForm extends Component<
|
|||||||
onClick={() => this.handleRowClick(device.id)}
|
onClick={() => this.handleRowClick(device.id)}
|
||||||
>
|
>
|
||||||
<TableCell component="th" scope="row">
|
<TableCell component="th" scope="row">
|
||||||
<Tooltip title="show values..." arrow placement="right-end">
|
<Tooltip title="click for details..." arrow placement="right-end">
|
||||||
<Button
|
<Button
|
||||||
startIcon={<ListIcon />}
|
startIcon={<ListIcon />}
|
||||||
size="small"
|
size="small"
|
||||||
|
|||||||
Reference in New Issue
Block a user