Hotfix certificates selection
This commit is contained in:
@@ -59,6 +59,8 @@ class Certificates extends React.Component<Props, State> {
|
|||||||
title="Client Certificate"
|
title="Client Certificate"
|
||||||
certificateType="clientCertificate"
|
certificateType="clientCertificate"
|
||||||
/>
|
/>
|
||||||
|
</Grid>
|
||||||
|
<Grid item={true} xs={12} className={classes.gridPadding}>
|
||||||
<CertificateFileSelection
|
<CertificateFileSelection
|
||||||
connection={this.props.connection}
|
connection={this.props.connection}
|
||||||
certificate={this.props.connection.clientKey}
|
certificate={this.props.connection.clientKey}
|
||||||
@@ -67,6 +69,7 @@ class Certificates extends React.Component<Props, State> {
|
|||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item={true} xs={2} className={classes.gridPadding}>
|
<Grid item={true} xs={2} className={classes.gridPadding}>
|
||||||
|
<br />
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
className={classes.button}
|
className={classes.button}
|
||||||
|
|||||||
Reference in New Issue
Block a user