mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
fix styling on masked input when viewing kmip credentials (#22887)
This commit is contained in:
parent
e3d00597c6
commit
e66fcf794e
1 changed files with 1 additions and 7 deletions
|
|
@ -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…
Reference in a new issue