Skip to content

Commit 14db682

Browse files
yield hds dropdown text (#31142)
1 parent 567a8d8 commit 14db682

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

ui/app/components/secret-list/totp-list-item.hbs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,22 @@
3232
/>
3333
{{#if @item.canRead}}
3434
<dd.Interactive
35-
@text="Details"
3635
@route="vault.cluster.secrets.backend.show"
3736
@model={{@item.id}}
3837
data-test-popup-menu="details"
39-
/>
38+
>Details</dd.Interactive>
4039
{{/if}}
4140
<dd.Interactive
42-
@text="Generate Code"
4341
@route="vault.cluster.secrets.backend.credentials"
4442
@model={{@item.id}}
4543
data-test-popup-menu="generate code"
46-
/>
44+
>Generate Code</dd.Interactive>
4745
{{#if @item.canDelete}}
4846
<dd.Interactive
49-
@text="Delete"
5047
@color="critical"
5148
data-test-confirm-action-trigger
5249
{{on "click" (fn (mut this.showConfirmModal) true)}}
53-
/>
50+
>Delete</dd.Interactive>
5451
{{/if}}
5552

5653
</Hds::Dropdown>

0 commit comments

Comments
 (0)