update tooltip text

This commit is contained in:
proddy
2020-10-10 18:02:43 +02:00
parent ac6ce339b3
commit 91005250d5

View File

@@ -73,7 +73,7 @@ type EMSESPDevicesFormProps = RestFormProps<EMSESPDevices> &
class EMSESPDevicesForm extends Component< class EMSESPDevicesForm extends Component<
EMSESPDevicesFormProps, EMSESPDevicesFormProps,
EMSESPDevicesFormState EMSESPDevicesFormState
> { > {
state: EMSESPDevicesFormState = { state: EMSESPDevicesFormState = {
confirmScanDevices: false, confirmScanDevices: false,
processing: false, processing: false,
@@ -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"