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