1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

fixing Cancel on job template edit

This commit is contained in:
jaredevantabor 2016-11-30 14:59:12 -08:00
parent 7b3d9168df
commit 0cde04a024

View File

@ -621,7 +621,7 @@ export default
};
$scope.formCancel = function () {
$state.go('jobTemplates');
$state.go('templates');
};
// Related set: Add button