mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Co-authored-by: Dan Rivera <dan.rivera@hashicorp.com>
This commit is contained in:
parent
ca38d1e4cc
commit
b2c8b1b78d
2 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@
|
|||
{{this.sortedDisplayableBackends.length}}
|
||||
</Hds::Text::Body>
|
||||
<Hds::Button
|
||||
@text="Disable selected"
|
||||
@text="Disable engines"
|
||||
@color="critical"
|
||||
@icon="trash"
|
||||
{{on "click" (fn (mut this.enginesToDisable) this.selectedItems)}}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<div>
|
||||
<div class="field">
|
||||
<p class="control has-icons-left has-icons-right">
|
||||
<span class="input opacity-050">{{or @placeholder "Search"}}</span>
|
||||
<span class="input">{{or @placeholder "Search"}}</span>
|
||||
<Icon @name="search" class="search-icon has-text-grey-light" />
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue