update multi delete button text, remove css class (#10145) (#10146)

Co-authored-by: Dan Rivera <dan.rivera@hashicorp.com>
This commit is contained in:
Vault Automation 2025-10-15 14:35:29 -04:00 committed by GitHub
parent ca38d1e4cc
commit b2c8b1b78d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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)}}

View file

@ -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>