1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 02:25:27 +03:00

Adds id attribute to logout button

This commit is contained in:
mabashian 2019-11-20 10:42:37 -05:00
parent 19742859b6
commit f89db3586b

View File

@ -117,6 +117,7 @@ class PageHeaderToolbar extends Component {
key="logout"
component="button"
onClick={onLogoutClick}
id="logout-button"
>
{i18n._(t`Logout`)}
</DropdownItem>,