label device IDs
This commit is contained in:
parent
ce655c7f50
commit
f95a74951e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue