mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Full path of logs on hover
This commit is contained in:
@@ -30,7 +30,7 @@ function MainSide() {
|
|||||||
|
|
||||||
setLogTable(logListName.map((log, index) => {
|
setLogTable(logListName.map((log, index) => {
|
||||||
return <tr key={index}>
|
return <tr key={index}>
|
||||||
<td>{log}</td>
|
<td title={logList[index]}>{log}</td>
|
||||||
</tr>
|
</tr>
|
||||||
}));
|
}));
|
||||||
}, [logs]);
|
}, [logs]);
|
||||||
|
|||||||
Reference in New Issue
Block a user