diff --git a/changelog/28742.txt b/changelog/28742.txt new file mode 100644 index 0000000000..8d5050f1ed --- /dev/null +++ b/changelog/28742.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Adds copy button to identity entity, alias and mfa method IDs +``` \ No newline at end of file diff --git a/ui/app/templates/components/identity/item-alias/alias-details.hbs b/ui/app/templates/components/identity/item-alias/alias-details.hbs index 4d76e39367..6106e976b6 100644 --- a/ui/app/templates/components/identity/item-alias/alias-details.hbs +++ b/ui/app/templates/components/identity/item-alias/alias-details.hbs @@ -4,12 +4,11 @@ ~}} - + {{@model.canonicalId}} diff --git a/ui/app/templates/components/identity/item-details.hbs b/ui/app/templates/components/identity/item-details.hbs index 8783e34be2..1cdd55d93d 100644 --- a/ui/app/templates/components/identity/item-details.hbs +++ b/ui/app/templates/components/identity/item-details.hbs @@ -19,7 +19,7 @@ {{/if}} - +
{{#each @model.mergedEntityIds as |id|}} diff --git a/ui/app/templates/vault/cluster/access/mfa/methods/method/index.hbs b/ui/app/templates/vault/cluster/access/mfa/methods/method/index.hbs index e4eade3363..3d2e75c81d 100644 --- a/ui/app/templates/vault/cluster/access/mfa/methods/method/index.hbs +++ b/ui/app/templates/vault/cluster/access/mfa/methods/method/index.hbs @@ -60,6 +60,7 @@
+ {{#each this.model.method.attrs as |attr|}} {{#if (eq attr.type "object")}}