Fix S3 display
This commit is contained in:
@@ -441,6 +441,8 @@ class Configuration extends IPCContainer {
|
|||||||
<h1 style={{ width: '100%', textAlign: 'center' }}>
|
<h1 style={{ width: '100%', textAlign: 'center' }}>
|
||||||
{(this.props.DisplayRemoteConfiguration
|
{(this.props.DisplayRemoteConfiguration
|
||||||
? this.props.DisplayConfiguration.substr(6)
|
? this.props.DisplayConfiguration.substr(6)
|
||||||
|
: this.props.DisplayS3Configuration
|
||||||
|
? this.props.DisplayConfiguration.substr(2)
|
||||||
: this.props.DisplayConfiguration) + ' Configuration '}
|
: this.props.DisplayConfiguration) + ' Configuration '}
|
||||||
</h1>
|
</h1>
|
||||||
<div style={{ overflowY: 'auto', height: '90%' }}>
|
<div style={{ overflowY: 'auto', height: '90%' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user