Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-185 adding id for logout link
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Jun 12, 2015
1 parent 9ff9411 commit 7994877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/console/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</li>
<li class="divider" data-ng-show="personas.length"></li>
<li>
<a href="#" data-ng-click="userDetails.logout()">Log Out</a>
<a id="logout" href="#" data-ng-click="userDetails.logout()">Log Out</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit 7994877

Please sign in to comment.