mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Update jobs list if navigating from the output page.
This commit is contained in:
parent
a8504d7bd7
commit
c0f3b0268e
@ -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