diff --git a/ui/app/templates/components/secret-list-header.hbs b/ui/app/templates/components/secret-list-header.hbs index 9f8db5a022..3c7caaf12e 100644 --- a/ui/app/templates/components/secret-list-header.hbs +++ b/ui/app/templates/components/secret-list-header.hbs @@ -16,7 +16,7 @@

- {{i-con glyph=(or (concat "enable/" model.type) "enable/secrets") size=24 class="has-text-grey-light"}} + {{i-con glyph=(or (concat "enable/" model.engineType) "enable/secrets") size=24 class="has-text-grey-light"}} {{model.id}} {{#if (eq model.options.version 2)}} diff --git a/ui/app/templates/vault/cluster/access/methods.hbs b/ui/app/templates/vault/cluster/access/methods.hbs index 728b49717d..b073ef8522 100644 --- a/ui/app/templates/vault/cluster/access/methods.hbs +++ b/ui/app/templates/vault/cluster/access/methods.hbs @@ -22,7 +22,7 @@
- +
@@ -34,11 +34,6 @@ {{method.path}}
- {{#if (eq method.methodType 'plugin')}} - - {{method.methodType}}: {{method.config.plugin_name}} - - {{/if}} {{method.accessor}} diff --git a/ui/app/templates/vault/cluster/secrets/backends.hbs b/ui/app/templates/vault/cluster/secrets/backends.hbs index ba2b492e64..9dc7ae1e48 100644 --- a/ui/app/templates/vault/cluster/secrets/backends.hbs +++ b/ui/app/templates/vault/cluster/secrets/backends.hbs @@ -24,11 +24,11 @@
- +
- {{backend.type}} + {{backend.engineType}}
@@ -39,11 +39,6 @@ {{backend.path}} {{/link-to}}
- {{#if (eq backend.type 'plugin')}} - - {{backend.type}}: {{backend.config.plugin_name}} - - {{/if}} {{#if (eq backend.options.version 2)}} v2 @@ -85,21 +80,16 @@
- +
- {{backend.type}} + {{backend.engineType}}
{{backend.path}}
- {{#if (eq backend.type 'plugin')}} - - {{backend.type}}: {{backend.config.plugin_name}} - - {{/if}} {{backend.accessor}}