1
0
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:
nitsua
2020-09-12 17:27:41 -04:00
committed by Qstick
parent 587e6b570c
commit 02845c72d3
3 changed files with 12 additions and 4 deletions
@@ -277,6 +277,7 @@ class MovieIndexRow extends Component {
<VirtualTableRowCell
key={name}
className={styles[name]}
title={path}
>
{path}
</VirtualTableRowCell>