mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
fixing Cancel on job template edit
This commit is contained in:
@@ -621,7 +621,7 @@ export default
|
|||||||
};
|
};
|
||||||
|
|
||||||
$scope.formCancel = function () {
|
$scope.formCancel = function () {
|
||||||
$state.go('jobTemplates');
|
$state.go('templates');
|
||||||
};
|
};
|
||||||
|
|
||||||
// Related set: Add button
|
// Related set: Add button
|
||||||
|
|||||||
Reference in New Issue
Block a user