mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
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:
commit
162e4aeec4
@ -117,6 +117,7 @@ class PageHeaderToolbar extends Component {
|
||||
key="logout"
|
||||
component="button"
|
||||
onClick={onLogoutClick}
|
||||
id="logout-button"
|
||||
>
|
||||
{i18n._(t`Logout`)}
|
||||
</DropdownItem>,
|
||||
|
Loading…
Reference in New Issue
Block a user