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