We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e32ab commit d1a801fCopy full SHA for d1a801f
webui/src/DeviceRow.jsx
@@ -20,7 +20,7 @@ const DeviceRow = ({device, handleUsernameChange, deviceUsernames, handleReserve
20
return (
21
<TableRow key={device.name}>
22
<TableCell>
23
- {device.name}gi
+ {device.name}
24
<Tooltip
25
title={<div style={{whiteSpace: 'pre-line'}}>{device.info}</div>}
26
placement="top"
0 commit comments