mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02: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 {
|
} else {
|
||||||
$rootScope.$broadcast("RemoveIndicator");
|
$rootScope.$broadcast("RemoveIndicator");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(_.contains(trans.from().name, 'output') && trans.to().name === 'jobs'){
|
||||||
|
$state.reload();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!Authorization.isUserLoggedIn()) {
|
if (!Authorization.isUserLoggedIn()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user