-
-
+
{{@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 d013fd95d..c5d4361b6 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 3f1c3da9d..9808f5702 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 36bf9baef..6e5661063 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 bcea13c12..799a11680 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 985255c18..fef744578 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 f64793f93..db34a7699 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 bb0574ad2..5fc3d4c2c 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 2867800e8..5c560ce79 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 8062781d8..9080e691c 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 85b9a52f1..b2d3a1408 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 fab1724a0..94dce03cb 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 fc5f2ae22..dc61f27b2 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 f406edc0f..ce4100950 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 5d989c52b..18f6d8df4 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 56c7f3e3c..89f53c49a 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 fcd96e6fc..9312b7b29 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 1293fe9cc..5dfab7bbd 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 9c137aedd..c9dcd1b79 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 edc606024..25ed773a2 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 26b0f39d4..f0abf4a0b 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 7917be963..aa9da07d8 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 85b9a52f1..b2d3a1408 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 fc5f2ae22..dc61f27b2 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 fcd96e6fc..9312b7b29 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 1293fe9cc..5dfab7bbd 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}}