1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-04 02:38:18 +00:00

Fixed: Add Path on Movie Details Page

This commit is contained in:
Devin Buhl 2019-11-03 11:00:15 -05:00
parent 1fe3c81b8d
commit 99509e61d3

View file

@ -416,6 +416,16 @@ class MovieDetails extends Component {
} }
</div> </div>
<InfoLabel
className={styles.detailsInfoLabel}
title="Path"
size={sizes.LARGE}
>
<span className={styles.path}>
{path}
</span>
</InfoLabel>
<Measure onMeasure={this.onMeasure}> <Measure onMeasure={this.onMeasure}>
<div className={styles.overview}> <div className={styles.overview}>
<TextTruncate <TextTruncate