mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 06:58:37 -05:00
fixing Cancel on job template edit
This commit is contained in:
+1
-1
@@ -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