mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
Removes tooltip from user in page toolbar
This commit is contained in:
committed by
Shane McDonald
parent
7a455d08d7
commit
c76a7d638f
@@ -127,7 +127,6 @@ function PageHeaderToolbar({
|
||||
]}
|
||||
/>
|
||||
</PageHeaderToolsItem>
|
||||
<Tooltip position="left" content={<div>{t`User`}</div>}>
|
||||
<PageHeaderToolsItem>
|
||||
<Dropdown
|
||||
id="toolbar-user-dropdown"
|
||||
@@ -150,9 +149,7 @@ function PageHeaderToolbar({
|
||||
key="user"
|
||||
aria-label={t`User details`}
|
||||
href={
|
||||
loggedInUser
|
||||
? `#/users/${loggedInUser.id}/details`
|
||||
: '#/home'
|
||||
loggedInUser ? `#/users/${loggedInUser.id}/details` : '#/home'
|
||||
}
|
||||
>
|
||||
{t`User Details`}
|
||||
@@ -168,7 +165,6 @@ function PageHeaderToolbar({
|
||||
]}
|
||||
/>
|
||||
</PageHeaderToolsItem>
|
||||
</Tooltip>
|
||||
</PageHeaderToolsGroup>
|
||||
</PageHeaderTools>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user