There was an error while loading. Please reload this page.
1 parent 567a8d8 commit 14db682Copy full SHA for 14db682
1 file changed
ui/app/components/secret-list/totp-list-item.hbs
@@ -32,25 +32,22 @@
32
/>
33
{{#if @item.canRead}}
34
<dd.Interactive
35
- @text="Details"
36
@route="vault.cluster.secrets.backend.show"
37
@model={{@item.id}}
38
data-test-popup-menu="details"
39
- />
+ >Details</dd.Interactive>
40
{{/if}}
41
42
- @text="Generate Code"
43
@route="vault.cluster.secrets.backend.credentials"
44
45
data-test-popup-menu="generate code"
46
+ >Generate Code</dd.Interactive>
47
{{#if @item.canDelete}}
48
49
- @text="Delete"
50
@color="critical"
51
data-test-confirm-action-trigger
52
{{on "click" (fn (mut this.showConfirmModal) true)}}
53
+ >Delete</dd.Interactive>
54
55
56
</Hds::Dropdown>
0 commit comments