mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Hello User link now uses /api/v1/me to link to /users/N
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<a class="brand" href="#/"><img class="logo" src="{{ STATIC_URL }}img/ansibleworks-logo.png" /></a>
|
||||
<ul class="nav pull-right">
|
||||
<li ng-show="current_user.username != null && current_user.username != undefined">
|
||||
<a href="" ng-bind="'Hello! ' + current_user.username"></a></li>
|
||||
<a href="" ng-click="viewCurrentUser()" ng-bind="'Hello! ' + current_user.username"></a></li>
|
||||
<li ng-show="userLoggedIn == true"><a href="#/logout">Logout</a></li>
|
||||
</ul>
|
||||
</div><!-- container -->
|
||||
|
||||
Reference in New Issue
Block a user