mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
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