From 1b8255e3173e1e8cf7836de9ff386541f9217ad1 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:35:05 -0400 Subject: [PATCH] A11y: Fix fastpass issues for /admin/* pages (#39435) (#39535) * A11y: Fix fastpass issues for /admin/* pages See #39429 (cherry picked from commit 00dad0f4e816f488bf4ac1c3773c57bb448551d9) Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com> --- public/app/features/admin/AdminEditOrgPage.tsx | 2 +- public/app/features/admin/AdminOrgsTable.tsx | 8 +++++++- public/app/features/admin/OrgRolePicker.tsx | 4 +++- public/app/features/admin/UpgradePage.tsx | 2 +- public/app/features/users/UsersTable.tsx | 11 +++++++++-- .../__snapshots__/UsersTable.test.tsx.snap | 18 ++++++++++++++++++ 6 files changed, 39 insertions(+), 6 deletions(-) diff --git a/public/app/features/admin/AdminEditOrgPage.tsx b/public/app/features/admin/AdminEditOrgPage.tsx index 87b3dd13e59..8853af76cc2 100644 --- a/public/app/features/admin/AdminEditOrgPage.tsx +++ b/public/app/features/admin/AdminEditOrgPage.tsx @@ -66,7 +66,7 @@ export const AdminEditOrgPage: FC = ({ match }) => { {({ register, errors }) => ( <> - + diff --git a/public/app/features/admin/AdminOrgsTable.tsx b/public/app/features/admin/AdminOrgsTable.tsx index e1deb92ac1e..c2a92e5f0e9 100644 --- a/public/app/features/admin/AdminOrgsTable.tsx +++ b/public/app/features/admin/AdminOrgsTable.tsx @@ -28,7 +28,13 @@ export const AdminOrgsTable: FC = ({ orgs, onDelete }) => { {org.name} -