From 581e365ea5eb24bf2c4529ac3fe0840d04fab763 Mon Sep 17 00:00:00 2001 From: hashishaw Date: Wed, 12 May 2021 13:43:46 -0500 Subject: [PATCH 1/2] Fix: link on database role item goes to correct URL --- ui/app/templates/components/database-list-item.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/templates/components/database-list-item.hbs b/ui/app/templates/components/database-list-item.hbs index 13dd33e9abc6..2badff9aae89 100644 --- a/ui/app/templates/components/database-list-item.hbs +++ b/ui/app/templates/components/database-list-item.hbs @@ -8,7 +8,7 @@ }}
- + Date: Wed, 12 May 2021 14:05:17 -0500 Subject: [PATCH 2/2] Add changelog --- changelog/11597.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/11597.txt diff --git a/changelog/11597.txt b/changelog/11597.txt new file mode 100644 index 000000000000..4a9c113d71ae --- /dev/null +++ b/changelog/11597.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Fix text link URL on database roles list +``` \ No newline at end of file