Skip to content

Commit

Permalink
Add ID to System Console in the LHS Header Dropdown (#5900)
Browse files Browse the repository at this point in the history
* Add ID to System Console in the LHS Header Dropdown

Under TEsting

* Update sidebar_header_dropdown.jsx

* Update sidebar_header_dropdown.jsx
  • Loading branch information
doh5 authored and jwilander committed Mar 29, 2017
1 parent 8a31718 commit 8d36a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/components/sidebar_header_dropdown.jsx
Expand Up @@ -304,6 +304,7 @@ export default class SidebarHeaderDropdown extends React.Component {
sysAdminLink = (
<li>
<Link
id='systemConsole'
to={'/admin_console'}
onClick={this.handleClick}
>
Expand Down

0 comments on commit 8d36a1e

Please sign in to comment.