mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Co-authored-by: lane-wetmore <lane.wetmore@hashicorp.com>
This commit is contained in:
parent
8d8b352662
commit
c408fbdbb7
2 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,7 @@
|
|||
@selected={{this.selectedConfig}}
|
||||
@options={{this.automatedConfigs}}
|
||||
@isInvalid={{this.configError}}
|
||||
@searchEnabled={{true}}
|
||||
data-test-select="config"
|
||||
as |F|
|
||||
>
|
||||
|
|
|
|||
|
|
@ -163,6 +163,7 @@
|
|||
@isInvalid={{this.resourcePathError}}
|
||||
placeholder="Enter the resource path..."
|
||||
{{on "input" this.updateResourcePath}}
|
||||
autocomplete="off"
|
||||
data-test-input="resourcePath"
|
||||
as |F|
|
||||
>
|
||||
|
|
@ -207,6 +208,7 @@
|
|||
@isInvalid={{this.copyPathError}}
|
||||
placeholder="Enter new path"
|
||||
{{on "input" this.updateCopyPath}}
|
||||
autocomplete="off"
|
||||
data-test-input="copyPath"
|
||||
as |F|
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue