diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index 8ed9133251..828bd1fc7f 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -353,6 +353,10 @@ angular } else { $rootScope.$broadcast("RemoveIndicator"); } + + if(_.contains(trans.from().name, 'output') && trans.to().name === 'jobs'){ + $state.reload(); + } }); if (!Authorization.isUserLoggedIn()) {