mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -02:30
Hello User link now uses /api/v1/me to link to /users/N
This commit is contained in:
@@ -253,5 +253,9 @@ angular.module('ansible', [
|
||||
else {
|
||||
base.replace(/\_/g,' ');
|
||||
$('.nav-tabs a[href="#' + base + '"]').tab('show');
|
||||
}
|
||||
}
|
||||
|
||||
$rootScope.viewCurrentUser = function() {
|
||||
$location.path('/users/' + $rootScope.current_user.id);
|
||||
}
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user