mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
Merge pull request #5361 from mabashian/logout-id
Adds id attribute to logout button Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -117,6 +117,7 @@ class PageHeaderToolbar extends Component {
|
|||||||
key="logout"
|
key="logout"
|
||||||
component="button"
|
component="button"
|
||||||
onClick={onLogoutClick}
|
onClick={onLogoutClick}
|
||||||
|
id="logout-button"
|
||||||
>
|
>
|
||||||
{i18n._(t`Logout`)}
|
{i18n._(t`Logout`)}
|
||||||
</DropdownItem>,
|
</DropdownItem>,
|
||||||
|
|||||||
Reference in New Issue
Block a user