mirror of
https://github.com/Radarr/Radarr
synced 2025-03-03 18:36:41 +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>
|
||||
|
||||
<InfoLabel
|
||||
className={styles.detailsInfoLabel}
|
||||
title="Path"
|
||||
size={sizes.LARGE}
|
||||
>
|
||||
<span className={styles.path}>
|
||||
{path}
|
||||
</span>
|
||||
</InfoLabel>
|
||||
|
||||
<Measure onMeasure={this.onMeasure}>
|
||||
<div className={styles.overview}>
|
||||
<TextTruncate
|
||||
|
|
Loading…
Reference in a new issue