mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Merge pull request #2294 from jaredevantabor/2179
Update jobs list if navigating from the output page.
This commit is contained in:
@@ -353,6 +353,10 @@ angular
|
||||
} else {
|
||||
$rootScope.$broadcast("RemoveIndicator");
|
||||
}
|
||||
|
||||
if(_.contains(trans.from().name, 'output') && trans.to().name === 'jobs'){
|
||||
$state.reload();
|
||||
}
|
||||
});
|
||||
|
||||
if (!Authorization.isUserLoggedIn()) {
|
||||
|
||||
Reference in New Issue
Block a user