You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
label device IDs
This commit is contained in:
@@ -148,7 +148,7 @@ export default class MemberDeviceInfo extends React.Component {
|
|||||||
var deviceName = this.props.device.getDisplayName() || this.props.device.deviceId;
|
var deviceName = this.props.device.getDisplayName() || this.props.device.deviceId;
|
||||||
|
|
||||||
var info = (
|
var info = (
|
||||||
<div className="mx_MemberDeviceInfo_deviceInfo" title={this.props.device.deviceId}>
|
<div className="mx_MemberDeviceInfo_deviceInfo" title={ "device id: " + this.props.device.deviceId }>
|
||||||
<div className="mx_MemberDeviceInfo_deviceId">{deviceName}{indicator}</div>
|
<div className="mx_MemberDeviceInfo_deviceId">{deviceName}{indicator}</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user