mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Adds id attribute to logout button
This commit is contained in:
parent
19742859b6
commit
f89db3586b
@ -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