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}}