mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Fix KV "View secret" or "View list" HDS button styling (#24278)
* wip * remove is-flex and put input on same different row * remove wide
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
@cardTitle="View secret"
|
@cardTitle="View secret"
|
||||||
@subText="Type the path of the secret you want to view. Include a trailing slash to navigate to the list view."
|
@subText="Type the path of the secret you want to view. Include a trailing slash to navigate to the list view."
|
||||||
>
|
>
|
||||||
<form {{on "submit" this.transitionToSecretDetail}} class="has-top-margin-m is-flex">
|
<form {{on "submit" this.transitionToSecretDetail}} class="has-top-margin-m">
|
||||||
<InputSearch
|
<InputSearch
|
||||||
@id="search-input-kv-secret"
|
@id="search-input-kv-secret"
|
||||||
@initialValue={{@pathToSecret}}
|
@initialValue={{@pathToSecret}}
|
||||||
|
|||||||
Reference in New Issue
Block a user