fix styling on masked input when viewing kmip credentials (#22887)

This commit is contained in:
malinac02 2023-09-08 11:45:53 -07:00 committed by GitHub
parent e3d00597c6
commit e66fcf794e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,13 +52,7 @@
<A.Title>Warning</A.Title>
<A.Description>You will not be able to access the private key later, so please copy the information below.</A.Description>
</Hds::Alert>
<MaskedInput
@value={{this.model.privateKey}}
@name="Private key"
@allowCopy={{true}}
@displayOnly={{true}}
class="is-block"
/>
<MaskedInput @value={{this.model.privateKey}} @name="Private key" @allowCopy={{true}} @displayOnly={{true}} />
</div>
</InfoTableRow>
<InfoTableRow @label="Certificate" @value={{this.model.certificate}}>