From cae8387f0b690dd39778eab271f7ad519b0acf66 Mon Sep 17 00:00:00 2001 From: Zach Day Date: Mon, 17 Jul 2023 06:22:43 -0500 Subject: [PATCH] Update Users.tsx (#2539) Update "Grafana user management" url from `/org/users` to `/admin/users` on the OnCall Users page. # What this PR does Currently in my Grafana Cloud instance when I click the link for "Grafana user management" on the Users page of the OnCall app it takes me to the `/org/users` page, which shows a 404 error (but also kinda loads). 2023-07-14_13-00-06 ## Which issue(s) this PR fixes Discussed in Slack here: https://raintank-corp.slack.com/archives/C0229FD3CE9/p1689006468472659 In my cloud instance the users page is found on `/admin/users`. 2023-07-14_13-01-33 ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --- grafana-plugin/src/pages/users/Users.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana-plugin/src/pages/users/Users.tsx b/grafana-plugin/src/pages/users/Users.tsx index 2284e9a5..31df49ca 100644 --- a/grafana-plugin/src/pages/users/Users.tsx +++ b/grafana-plugin/src/pages/users/Users.tsx @@ -192,7 +192,7 @@ class Users extends React.Component { All Grafana users listed below to set notification preferences. To manage permissions or add new users, please visit{' '} - + Grafana user management