-
-
+
{{@model.id}}
{{#if this.isKV}}
diff --git a/ui/app/templates/components/secret-list/aws-role-item.hbs b/ui/app/templates/components/secret-list/aws-role-item.hbs
index d013fd95d7..c5d4361b66 100644
--- a/ui/app/templates/components/secret-list/aws-role-item.hbs
+++ b/ui/app/templates/components/secret-list/aws-role-item.hbs
@@ -13,7 +13,7 @@
diff --git a/ui/app/templates/components/secret-list/database-list-item.hbs b/ui/app/templates/components/secret-list/database-list-item.hbs
index 3f1c3da9df..9808f5702c 100644
--- a/ui/app/templates/components/secret-list/database-list-item.hbs
+++ b/ui/app/templates/components/secret-list/database-list-item.hbs
@@ -15,7 +15,7 @@
class="has-text-black has-text-weight-semibold"
>
diff --git a/ui/app/templates/components/secret-list/item.hbs b/ui/app/templates/components/secret-list/item.hbs
index 36bf9baefe..6e56610630 100644
--- a/ui/app/templates/components/secret-list/item.hbs
+++ b/ui/app/templates/components/secret-list/item.hbs
@@ -18,9 +18,9 @@
@queryParams={{if (eq @backendModel.type "transit") (query-params tab="actions") ""}}
@class="has-text-black has-text-weight-semibold">
{{#if (eq @backendModel.type "transit")}}
-
+
{{else}}
-
+
{{/if}}
{{if (eq @item.id ' ') '(self)' (or @item.keyWithoutParent @item.id)}}
diff --git a/ui/app/templates/components/secret-list/pki-cert-item.hbs b/ui/app/templates/components/secret-list/pki-cert-item.hbs
index bcea13c121..799a11680b 100644
--- a/ui/app/templates/components/secret-list/pki-cert-item.hbs
+++ b/ui/app/templates/components/secret-list/pki-cert-item.hbs
@@ -14,7 +14,7 @@
diff --git a/ui/app/templates/components/secret-list/pki-role-item.hbs b/ui/app/templates/components/secret-list/pki-role-item.hbs
index 985255c18e..fef7445780 100644
--- a/ui/app/templates/components/secret-list/pki-role-item.hbs
+++ b/ui/app/templates/components/secret-list/pki-role-item.hbs
@@ -16,7 +16,7 @@
diff --git a/ui/app/templates/components/secret-list/ssh-role-item.hbs b/ui/app/templates/components/secret-list/ssh-role-item.hbs
index f64793f93c..db34a76999 100644
--- a/ui/app/templates/components/secret-list/ssh-role-item.hbs
+++ b/ui/app/templates/components/secret-list/ssh-role-item.hbs
@@ -13,7 +13,7 @@
diff --git a/ui/app/templates/components/secret-list/transform-list-item.hbs b/ui/app/templates/components/secret-list/transform-list-item.hbs
index bb0574ad21..5fc3d4c2c8 100644
--- a/ui/app/templates/components/secret-list/transform-list-item.hbs
+++ b/ui/app/templates/components/secret-list/transform-list-item.hbs
@@ -13,10 +13,9 @@
@mode="show"
@secret={{@itemPath}}
@queryParams={{query-params type=@modelType}}
- @class="has-text-black has-text-weight-semibold">
-
+ @class="has-text-black has-text-weight-semibold"
+ >
+
{{if (eq @item.id ' ') '(self)' (or @item.keyWithoutParent @item.id)}}
@@ -56,9 +55,7 @@
-
+
{{#if this.isBuiltin}}
-
+ @class="has-text-black has-text-weight-semibold"
+ >
+
{{if (eq @item.id ' ') '(self)' (or @item.keyWithoutParent @item.id)}}
@@ -65,9 +64,7 @@
-
+
{{if (eq @item.id ' ') '(self)' (or @item.keyWithoutParent @item.id)}}
diff --git a/ui/app/templates/components/secret-version-menu.hbs b/ui/app/templates/components/secret-version-menu.hbs
index 2867800e8a..5c560ce796 100644
--- a/ui/app/templates/components/secret-version-menu.hbs
+++ b/ui/app/templates/components/secret-version-menu.hbs
@@ -23,11 +23,11 @@
Version {{secretVersion.version}}
{{#if (and (eq secretVersion.version @model.currentVersion) (not secretVersion.destroyed) (not secretVersion.deleted))}}
-
+
{{else if secretVersion.destroyed}}
-
+
{{else if secretVersion.deleted}}
-
+
{{/if}}
diff --git a/ui/app/templates/components/selectable-card.hbs b/ui/app/templates/components/selectable-card.hbs
index 8062781d84..9080e691c3 100644
--- a/ui/app/templates/components/selectable-card.hbs
+++ b/ui/app/templates/components/selectable-card.hbs
@@ -26,7 +26,9 @@
data-test-action-text={{actionText}}
>
{{actionText}}
- {{#if actionText}} {{/if}}
+ {{#if actionText}}
+
+ {{/if}}
{{subText}}
diff --git a/ui/app/templates/components/status-menu.hbs b/ui/app/templates/components/status-menu.hbs
index 85b9a52f1d..b2d3a14081 100644
--- a/ui/app/templates/components/status-menu.hbs
+++ b/ui/app/templates/components/status-menu.hbs
@@ -1,6 +1,6 @@
-
+
diff --git a/ui/app/templates/components/text-file.hbs b/ui/app/templates/components/text-file.hbs
index fab1724a09..94dce03cb6 100644
--- a/ui/app/templates/components/text-file.hbs
+++ b/ui/app/templates/components/text-file.hbs
@@ -47,7 +47,7 @@
type="button"
class="{{if (eq value "") "has-text-grey"}} masked-input-toggle button {{if displayOnly "is-compact"}}"
data-test-button>
-
+
@@ -59,7 +59,7 @@
diff --git a/ui/app/templates/components/tool-unwrap.hbs b/ui/app/templates/components/tool-unwrap.hbs
index fc5f2ae22e..dc61f27b20 100644
--- a/ui/app/templates/components/tool-unwrap.hbs
+++ b/ui/app/templates/components/tool-unwrap.hbs
@@ -31,10 +31,11 @@
{{#each-in @details as |key detail|}}
{{#if (or (eq detail "No") (eq detail "None"))}}
- {{detail}}
+
+ {{detail}}
{{else}}
{{#if (eq detail "Yes") }}
-
+
{{/if}}
{{detail}}
{{/if}}
diff --git a/ui/app/templates/components/toolbar-secret-link.hbs b/ui/app/templates/components/toolbar-secret-link.hbs
index f406edc0f4..ce41009503 100644
--- a/ui/app/templates/components/toolbar-secret-link.hbs
+++ b/ui/app/templates/components/toolbar-secret-link.hbs
@@ -14,5 +14,5 @@
@data-test-transit-key-actions-link={{data-test-transit-key-actions-link}}
>
{{yield}}
-
+
diff --git a/ui/app/templates/components/transform-show-transformation.hbs b/ui/app/templates/components/transform-show-transformation.hbs
index 5d989c52b3..18f6d8df43 100644
--- a/ui/app/templates/components/transform-show-transformation.hbs
+++ b/ui/app/templates/components/transform-show-transformation.hbs
@@ -24,7 +24,7 @@
vault write {{model.backend}}/encode/{{cliCommand}}
-
+
{{/let}}
@@ -41,7 +41,7 @@
vault write {{model.backend}}/decode/{{cliCommand}}
-
+
{{/let}}
diff --git a/ui/app/templates/components/transit-form-show.hbs b/ui/app/templates/components/transit-form-show.hbs
index 56c7f3e3c0..89f53c49ac 100644
--- a/ui/app/templates/components/transit-form-show.hbs
+++ b/ui/app/templates/components/transit-form-show.hbs
@@ -59,10 +59,10 @@
}}
@@ -91,7 +91,10 @@
-
+
Version {{version}}
@@ -106,7 +109,7 @@
{{#if (coerce-eq @key.minDecryptionVersion version)}}
-
+
Current minimum decryption version
{{/if}}
@@ -121,7 +124,10 @@
-
+
Version {{version}}
@@ -136,7 +142,7 @@
{{#if (coerce-eq @key.minDecryptionVersion version)}}
-
+
Current minimum decryption version
{{/if}}
diff --git a/ui/app/templates/components/transit-key-action/datakey.hbs b/ui/app/templates/components/transit-key-action/datakey.hbs
index fcd96e6fc8..9312b7b290 100644
--- a/ui/app/templates/components/transit-key-action/datakey.hbs
+++ b/ui/app/templates/components/transit-key-action/datakey.hbs
@@ -86,7 +86,7 @@
{{@plaintext}}
-
+
Plaintext is base64 encoded
@@ -95,7 +95,7 @@
{{@ciphertext}}
-
+
{{@ciphertext}}
-
+
{{@plaintext}}
-
+
Plaintext is base64 encoded
diff --git a/ui/app/templates/components/transit-key-action/encrypt.hbs b/ui/app/templates/components/transit-key-action/encrypt.hbs
index 1293fe9cc7..5dfab7bbd3 100644
--- a/ui/app/templates/components/transit-key-action/encrypt.hbs
+++ b/ui/app/templates/components/transit-key-action/encrypt.hbs
@@ -75,7 +75,7 @@
@clipboardText={{@ciphertext}}
@buttonType="button"
@success={{action (set-flash-message 'Ciphertext copied!')}}>
-
+
diff --git a/ui/app/templates/components/transit-key-action/export.hbs b/ui/app/templates/components/transit-key-action/export.hbs
index 9c137aedd8..c9dcd1b791 100644
--- a/ui/app/templates/components/transit-key-action/export.hbs
+++ b/ui/app/templates/components/transit-key-action/export.hbs
@@ -73,7 +73,7 @@
{{if this.wrapTTL @wrappedToken (stringify @keys)}}
-
+
diff --git a/ui/app/templates/components/transit-key-action/hmac.hbs b/ui/app/templates/components/transit-key-action/hmac.hbs
index edc606024c..25ed773a29 100644
--- a/ui/app/templates/components/transit-key-action/hmac.hbs
+++ b/ui/app/templates/components/transit-key-action/hmac.hbs
@@ -55,7 +55,7 @@
{{@hmac}}
-
+
diff --git a/ui/app/templates/components/transit-key-action/rewrap.hbs b/ui/app/templates/components/transit-key-action/rewrap.hbs
index 26b0f39d42..f0abf4a0bf 100644
--- a/ui/app/templates/components/transit-key-action/rewrap.hbs
+++ b/ui/app/templates/components/transit-key-action/rewrap.hbs
@@ -66,7 +66,7 @@
{{@ciphertext}}
-
+
diff --git a/ui/app/templates/components/transit-key-action/sign.hbs b/ui/app/templates/components/transit-key-action/sign.hbs
index 7917be963f..aa9da07d8b 100644
--- a/ui/app/templates/components/transit-key-action/sign.hbs
+++ b/ui/app/templates/components/transit-key-action/sign.hbs
@@ -110,7 +110,7 @@
@clipboardText={{@signature}}
@buttonType="button"
@success={{action (set-flash-message 'Signature copied!')}}>
-
+
{{subText}}
diff --git a/ui/app/templates/components/status-menu.hbs b/ui/app/templates/components/status-menu.hbs index 85b9a52f1d..b2d3a14081 100644 --- a/ui/app/templates/components/status-menu.hbs +++ b/ui/app/templates/components/status-menu.hbs @@ -1,6 +1,6 @@
@@ -59,7 +59,7 @@
diff --git a/ui/app/templates/components/tool-unwrap.hbs b/ui/app/templates/components/tool-unwrap.hbs
index fc5f2ae22e..dc61f27b20 100644
--- a/ui/app/templates/components/tool-unwrap.hbs
+++ b/ui/app/templates/components/tool-unwrap.hbs
@@ -31,10 +31,11 @@
{{#each-in @details as |key detail|}}
vault write {{model.backend}}/encode/{{cliCommand}}
vault write {{model.backend}}/decode/{{cliCommand}}
@@ -91,7 +91,10 @@
-
+
Version {{version}}
@@ -106,7 +109,7 @@
{{#if (coerce-eq @key.minDecryptionVersion version)}}
-
+
Current minimum decryption version
{{/if}}
@@ -121,7 +124,10 @@
-
+
Version {{version}}
@@ -136,7 +142,7 @@
{{#if (coerce-eq @key.minDecryptionVersion version)}}
-
+
Current minimum decryption version
{{/if}}
diff --git a/ui/app/templates/components/transit-key-action/datakey.hbs b/ui/app/templates/components/transit-key-action/datakey.hbs
index fcd96e6fc8..9312b7b290 100644
--- a/ui/app/templates/components/transit-key-action/datakey.hbs
+++ b/ui/app/templates/components/transit-key-action/datakey.hbs
@@ -86,7 +86,7 @@
{{@plaintext}}
-
+
Plaintext is base64 encoded
@@ -95,7 +95,7 @@
{{@ciphertext}}
-
+
{{@ciphertext}}
-
+
{{@plaintext}}
-
+
-
-
{{@plaintext}}
Plaintext is base64 encoded
@@ -95,7 +95,7 @@{{@ciphertext}}
Plaintext is base64 encoded
diff --git a/ui/app/templates/components/transit-key-action/encrypt.hbs b/ui/app/templates/components/transit-key-action/encrypt.hbs index 1293fe9cc7..5dfab7bbd3 100644 --- a/ui/app/templates/components/transit-key-action/encrypt.hbs +++ b/ui/app/templates/components/transit-key-action/encrypt.hbs @@ -75,7 +75,7 @@ @clipboardText={{@ciphertext}} @buttonType="button" @success={{action (set-flash-message 'Ciphertext copied!')}}> -{{if this.wrapTTL @wrappedToken (stringify @keys)}}
{{@hmac}}
{{@ciphertext}}