From eb9e70dec0d11b34a482ba0d1de8fefc77b7cdab Mon Sep 17 00:00:00 2001 From: malinac02 <104539507+malinac02@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:33:03 -0700 Subject: [PATCH] UI: Fix InfoTableRow args so row value renders with copyable tooltip (#22519) * fix InfoTableRow bug * add changelog * change changelog to better explain the bug fix --- changelog/22519.txt | 3 +++ ui/lib/core/addon/components/info-table-row.hbs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelog/22519.txt diff --git a/changelog/22519.txt b/changelog/22519.txt new file mode 100644 index 0000000000..5882cfb25f --- /dev/null +++ b/changelog/22519.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Fix display for "Last Vault Rotation" timestamp for static database roles which was not rendering or copyable +``` \ No newline at end of file diff --git a/ui/lib/core/addon/components/info-table-row.hbs b/ui/lib/core/addon/components/info-table-row.hbs index 890cf2cd91..501ac6dac3 100644 --- a/ui/lib/core/addon/components/info-table-row.hbs +++ b/ui/lib/core/addon/components/info-table-row.hbs @@ -87,7 +87,7 @@ {{#if @tooltipText}} - {{this.value}} + {{@value}}