Fix S3 display

This commit is contained in:
2021-05-02 01:58:47 -05:00
parent a9997aa90c
commit 3c9da2717f

View File

@@ -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%' }}>