diff --git a/public/app/features/admin/UserListAdminPage.tsx b/public/app/features/admin/UserListAdminPage.tsx index 8c676cccdf4..6c27070a7d1 100644 --- a/public/app/features/admin/UserListAdminPage.tsx +++ b/public/app/features/admin/UserListAdminPage.tsx @@ -99,14 +99,20 @@ const renderUser = (user: UserDTO) => { - - {user.login} + + + {user.login} + - - {user.email} + + + {user.email} + - - {user.name} + + + {user.name} + {user.lastSeenAtAge && {user.lastSeenAtAge}}