mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
fix styling on masked input when viewing kmip credentials (#22887)
This commit is contained in:
parent
e3d00597c6
commit
e66fcf794e
@ -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}}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user