mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Reload state after launching job from portal or home
This commit is contained in:
@@ -181,6 +181,9 @@ export default
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$state.go('.', null, {reload: true});
|
||||||
|
}
|
||||||
})
|
})
|
||||||
.error(function(data, status) {
|
.error(function(data, status) {
|
||||||
let template_id = scope.job_template_id;
|
let template_id = scope.job_template_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user