mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -03:30
Adds id attribute to logout button
This commit is contained in:
@@ -117,6 +117,7 @@ class PageHeaderToolbar extends Component {
|
||||
key="logout"
|
||||
component="button"
|
||||
onClick={onLogoutClick}
|
||||
id="logout-button"
|
||||
>
|
||||
{i18n._(t`Logout`)}
|
||||
</DropdownItem>,
|
||||
|
||||
Reference in New Issue
Block a user