mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Add tooltip to path & movie title on the movie index table view
This commit is contained in:
@@ -277,6 +277,7 @@ class MovieIndexRow extends Component {
|
||||
<VirtualTableRowCell
|
||||
key={name}
|
||||
className={styles[name]}
|
||||
title={path}
|
||||
>
|
||||
{path}
|
||||
</VirtualTableRowCell>
|
||||
|
||||
Reference in New Issue
Block a user