mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
fixing Cancel on job template edit
This commit is contained in:
parent
7b3d9168df
commit
0cde04a024
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user