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:
parent
1fe3c81b8d
commit
99509e61d3
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue