mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
AC-684 Added new help text and adjusted credential labels. Fixed missing cloud credential name value on Jobs Detail view (job template accordion).
This commit is contained in:
@@ -53,6 +53,7 @@ angular.module('AuthService', ['ngCookies', 'Utilities'])
|
||||
$cookieStore.remove('token');
|
||||
$cookieStore.remove('token_expires');
|
||||
$cookieStore.remove('current_user');
|
||||
$cookieStore.remove('lastPath');
|
||||
$cookieStore.put('userLoggedIn', false);
|
||||
$cookieStore.put('sessionExpired', false);
|
||||
$rootScope.current_user = {};
|
||||
@@ -61,6 +62,7 @@ angular.module('AuthService', ['ngCookies', 'Utilities'])
|
||||
$rootScope.sessionExpired = false;
|
||||
$rootScope.token = null;
|
||||
$rootScope.token_expires = null;
|
||||
$rootScope.lastPath = '/';
|
||||
},
|
||||
|
||||
getLicense: function() {
|
||||
|
||||
Reference in New Issue
Block a user